From d7558d2295e3710020c0f9c411c87a86b99c2435 Mon Sep 17 00:00:00 2001 From: Stephen Rothwell Date: Sun, 22 Jul 2007 00:31:28 +1000 Subject: [PATCH] --- yaml --- r: 62602 b: refs/heads/master c: a6dfe1dc074cc2218b2e32f67ce3a1ed4f89b200 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/drivers/char/hvc_rtas.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 5325ba1c83dc..3daf98b95bee 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 51d261122d0ffac8cf91cc6e74ffcfea23faeb1c +refs/heads/master: a6dfe1dc074cc2218b2e32f67ce3a1ed4f89b200 diff --git a/trunk/drivers/char/hvc_rtas.c b/trunk/drivers/char/hvc_rtas.c index 4b97eaf18602..bb09413d5a21 100644 --- a/trunk/drivers/char/hvc_rtas.c +++ b/trunk/drivers/char/hvc_rtas.c @@ -115,7 +115,7 @@ static void __exit hvc_rtas_exit(void) module_exit(hvc_rtas_exit); /* This will happen prior to module init. There is no tty at this time? */ -static int hvc_rtas_console_init(void) +static int __init hvc_rtas_console_init(void) { rtascons_put_char_token = rtas_token("put-term-char"); if (rtascons_put_char_token == RTAS_UNKNOWN_SERVICE)