diff options
Diffstat (limited to 'arch/arm')
-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 b049fd1eb8e..369b152896c 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) switch (mode) { case 's': case 'h': - printk(KERN_CRIT "RESET: Rebooting system\n"); - lpc32xx_watchdog_reset(); break; diff --git a/arch/arm/mach-u300/core.c b/arch/arm/mach-u300/core.c index 27be5a794f6..697930761b3 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) switch (mode) { case 's': case 'h': - printk(KERN_CRIT "RESET: shutting down/rebooting system\n"); #ifdef CONFIG_COH901327_WATCHDOG coh901327_watchdog_reset(); #endif |