diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2010-08-05 13:26:27 +0100 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2010-08-05 13:26:27 +0100 |
commit | d7674c4f5899712a262d4946ca6edaa947148f52 (patch) | |
tree | fa042ef21fde2ec74fe4f13dafecd4a91eeeccb5 /arch/mips/emma | |
parent | 52a0f00b50ea360e3cf7e3281523c6a8aafc5761 (diff) |
MIPS: Ritually kill stupid printk.
This belongs into userland.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/emma')
-rw-r--r-- | arch/mips/emma/markeins/setup.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/mips/emma/markeins/setup.c b/arch/mips/emma/markeins/setup.c index 9b3f51e5f140..feceebcfff42 100644 --- a/arch/mips/emma/markeins/setup.c +++ b/arch/mips/emma/markeins/setup.c @@ -52,7 +52,6 @@ static void markeins_machine_halt(void) static void markeins_machine_power_off(void) { - printk("EMMA2RH Mark-eins halted. Please turn off the power.\n"); markeins_led("poweroff."); while (1) ; } |