diff options
| -rw-r--r-- | arch/arm/mach-lpc32xx/common.c | 2 | ||||
| -rw-r--r-- | arch/arm/mach-u300/core.c | 1 |
2 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/mach-lpc32xx/common.c b/arch/arm/mach-lpc32xx/common.c index b049fd1eb8e1..369b152896cd 100644 --- a/arch/arm/mach-lpc32xx/common.c +++ b/arch/arm/mach-lpc32xx/common.c | |||
| @@ -317,8 +317,6 @@ void lpc23xx_restart(char mode, const char *cmd) | |||
| 317 | switch (mode) { | 317 | switch (mode) { |
| 318 | case 's': | 318 | case 's': |
| 319 | case 'h': | 319 | case 'h': |
| 320 | printk(KERN_CRIT "RESET: Rebooting system\n"); | ||
| 321 | |||
| 322 | lpc32xx_watchdog_reset(); | 320 | lpc32xx_watchdog_reset(); |
| 323 | break; | 321 | break; |
| 324 | 322 | ||
diff --git a/arch/arm/mach-u300/core.c b/arch/arm/mach-u300/core.c index 27be5a794f62..697930761b3e 100644 --- a/arch/arm/mach-u300/core.c +++ b/arch/arm/mach-u300/core.c | |||
| @@ -1897,7 +1897,6 @@ void u300_restart(char mode, const char *cmd) | |||
| 1897 | switch (mode) { | 1897 | switch (mode) { |
| 1898 | case 's': | 1898 | case 's': |
| 1899 | case 'h': | 1899 | case 'h': |
| 1900 | printk(KERN_CRIT "RESET: shutting down/rebooting system\n"); | ||
| 1901 | #ifdef CONFIG_COH901327_WATCHDOG | 1900 | #ifdef CONFIG_COH901327_WATCHDOG |
| 1902 | coh901327_watchdog_reset(); | 1901 | coh901327_watchdog_reset(); |
| 1903 | #endif | 1902 | #endif |
