diff options
Diffstat (limited to 'arch/blackfin/kernel/reboot.c')
-rw-r--r-- | arch/blackfin/kernel/reboot.c | 8 |
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__)) |
24 | static void _bfin_reset(void) | 24 | static 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__)) | ||
80 | static void bfin_reset(void) | ||
81 | { | ||
82 | _bfin_reset(); | ||
83 | } | ||
84 | |||
85 | __attribute__((weak)) | 79 | __attribute__((weak)) |
86 | void native_machine_restart(char *cmd) | 80 | void native_machine_restart(char *cmd) |
87 | { | 81 | { |