aboutsummaryrefslogtreecommitdiff
path: root/arch/mips/emma
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2010-08-05 13:26:27 +0100
committerRalf Baechle <ralf@linux-mips.org>2010-08-05 13:26:27 +0100
commitd7674c4f5899712a262d4946ca6edaa947148f52 (patch)
treefa042ef21fde2ec74fe4f13dafecd4a91eeeccb5 /arch/mips/emma
parent52a0f00b50ea360e3cf7e3281523c6a8aafc5761 (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.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/mips/emma/markeins/setup.c b/arch/mips/emma/markeins/setup.c
index 9b3f51e5f14..feceebcfff4 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) ;
}