summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel@rtems.org>2018-08-29 12:42:10 -0500
committerJoel Sherrill <joel@rtems.org>2018-08-29 12:52:12 -0500
commit9b5b864d0378357ac0728e830cfa74b484a32c5d (patch)
tree1f402ec8cc7fa9d9428be210b02081813876a51f
parentscore/cpu/bfin/cpu.c: Fix _CPU_Thread_Idle_body() prototype (diff)
downloadrtems-9b5b864d0378357ac0728e830cfa74b484a32c5d.tar.bz2
rtems/score/epiphany-utility.h: Fix not a prototype warning
-rw-r--r--cpukit/score/cpu/epiphany/include/rtems/score/epiphany-utility.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/score/cpu/epiphany/include/rtems/score/epiphany-utility.h b/cpukit/score/cpu/epiphany/include/rtems/score/epiphany-utility.h
index bf223f93bf..04cb2de28c 100644
--- a/cpukit/score/cpu/epiphany/include/rtems/score/epiphany-utility.h
+++ b/cpukit/score/cpu/epiphany/include/rtems/score/epiphany-utility.h
@@ -169,7 +169,7 @@ static inline uint32_t epiphany_coreid_to_rtems_map(uint32_t epiphany_id)
return coreid;
}
-static inline uint32_t _Epiphany_Get_current_processor()
+static inline uint32_t _Epiphany_Get_current_processor(void)
{
uint32_t coreid;