From 8b7af17973949c8df51ad5b55e443434ae9b1b84 Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Fri, 3 Mar 2006 17:35:15 +0000 Subject: [PATCH] --- yaml --- r: 20942 b: refs/heads/master c: cec2f0ca29fe99eec5e4012e5fb341fce64e578b h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/mips/arc/arc_con.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index f5d1e9818d71..0a221236e561 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: cf028d1715cfa8db1ad95ed9ee479b7a0b9e1cc5 +refs/heads/master: cec2f0ca29fe99eec5e4012e5fb341fce64e578b diff --git a/trunk/arch/mips/arc/arc_con.c b/trunk/arch/mips/arc/arc_con.c index 51785a6a7328..bc32fe64f42a 100644 --- a/trunk/arch/mips/arc/arc_con.c +++ b/trunk/arch/mips/arc/arc_con.c @@ -24,7 +24,7 @@ static void prom_console_write(struct console *co, const char *s, } } -static int __init prom_console_setup(struct console *co, char *options) +static int prom_console_setup(struct console *co, char *options) { return !(prom_flags & PROM_FLAG_USE_AS_CONSOLE); }