summaryrefslogtreecommitdiffstats
path: root/arch/openrisc
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2018-03-12 15:33:18 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2018-03-21 12:23:03 +0100
commit8b098517854cc5da623c26c4e7e7983535c32e21 (patch)
treef338db2b04725c0bad8b9533413be553d99368d7 /arch/openrisc
parent86c0e7e59d99070844bb8d1aa969ec1c2617bc6d (diff)
downloadbarebox-8b098517854cc5da623c26c4e7e7983535c32e21.tar.gz
barebox-8b098517854cc5da623c26c4e7e7983535c32e21.tar.xz
ARM: remove function prototypes from the past
Several functions do not exist anymore for a long time now. Remove their prototypes. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/openrisc')
-rw-r--r--arch/openrisc/cpu/cpu.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/openrisc/cpu/cpu.c b/arch/openrisc/cpu/cpu.c
index e7f944555e..cae42d41b8 100644
--- a/arch/openrisc/cpu/cpu.c
+++ b/arch/openrisc/cpu/cpu.c
@@ -23,11 +23,6 @@
#include <asm/system.h>
#include <asm/openrisc_exc.h>
-int cleanup_before_linux(void)
-{
- return 0;
-}
-
extern void __reset(void);
static void __noreturn openrisc_restart_cpu(struct restart_handler *rst)