aboutsummaryrefslogtreecommitdiffstats
path: root/arch/microblaze/kernel/timer.c
diff options
context:
space:
mode:
authorMichal Simek <monstr@monstr.eu>2011-11-10 07:38:54 -0500
committerMichal Simek <monstr@monstr.eu>2012-01-05 02:34:26 -0500
commitb6d5b28e446896278a0b02d6cc1bf4447ed07019 (patch)
treef7edafa04863371005035fb1e82df781597d232a /arch/microblaze/kernel/timer.c
parenta8c2e555b05d6203576e396eba01f17cb2516e66 (diff)
microblaze: Remove eprintk macro
eprintk macro was used for printing early_printk messages. Early console registration was changed that's why this is not needed. Signed-off-by: Michal Simek <monstr@monstr.eu>
Diffstat (limited to 'arch/microblaze/kernel/timer.c')
-rw-r--r--arch/microblaze/kernel/timer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/microblaze/kernel/timer.c b/arch/microblaze/kernel/timer.c
index 52e3eaf7f304..3cb0bf640135 100644
--- a/arch/microblaze/kernel/timer.c
+++ b/arch/microblaze/kernel/timer.c
@@ -267,7 +267,7 @@ void __init time_init(void)
267 timer_num = be32_to_cpup(of_get_property(timer, 267 timer_num = be32_to_cpup(of_get_property(timer,
268 "xlnx,one-timer-only", NULL)); 268 "xlnx,one-timer-only", NULL));
269 if (timer_num) { 269 if (timer_num) {
270 eprintk(KERN_EMERG "Please enable two timers in HW\n"); 270 printk(KERN_EMERG "Please enable two timers in HW\n");
271 BUG(); 271 BUG();
272 } 272 }
273 273