aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/blackfin/kernel/reboot.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/arch/blackfin/kernel/reboot.c b/arch/blackfin/kernel/reboot.c
index f7ca5789cccf..53d08dee8531 100644
--- a/arch/blackfin/kernel/reboot.c
+++ b/arch/blackfin/kernel/reboot.c
@@ -21,7 +21,7 @@
21 * the core reset. 21 * the core reset.
22 */ 22 */
23__attribute__ ((__l1_text__, __noreturn__)) 23__attribute__ ((__l1_text__, __noreturn__))
24static void _bfin_reset(void) 24static void bfin_reset(void)
25{ 25{
26 /* Wait for completion of "system" events such as cache line 26 /* Wait for completion of "system" events such as cache line
27 * line fills so that we avoid infinite stalls later on as 27 * line fills so that we avoid infinite stalls later on as
@@ -76,12 +76,6 @@ static void _bfin_reset(void)
76 asm("raise 1"); 76 asm("raise 1");
77} 77}
78 78
79__attribute__ ((__noreturn__))
80static void bfin_reset(void)
81{
82 _bfin_reset();
83}
84
85__attribute__((weak)) 79__attribute__((weak))
86void native_machine_restart(char *cmd) 80void native_machine_restart(char *cmd)
87{ 81{