From 744c79548c78db31217b78855b7075f5fd0b92c1 Mon Sep 17 00:00:00 2001 From: Benjamin Herrenschmidt Date: Thu, 9 Oct 2014 14:29:09 +1100 Subject: console: Move dummy_console_add_nodes() to common code All the platforms basically do the same thing Signed-off-by: Benjamin Herrenschmidt --- platforms/rhesus/rhesus.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'platforms/rhesus') diff --git a/platforms/rhesus/rhesus.c b/platforms/rhesus/rhesus.c index 41b1d5a..b749eef 100644 --- a/platforms/rhesus/rhesus.c +++ b/platforms/rhesus/rhesus.c @@ -177,9 +177,6 @@ static int rhesus_pnor_init(void) static void rhesus_init(void) { - if (dummy_console_enabled()) - dummy_console_add_nodes(); - /* Initialize PNOR/NVRAM */ rhesus_pnor_init(); } -- cgit v1.1