Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 62602
b: refs/heads/master
c: a6dfe1d
h: refs/heads/master
v: v3
  • Loading branch information
Stephen Rothwell authored and Paul Mackerras committed Jul 22, 2007
1 parent 2e15a9a commit d7558d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 51d261122d0ffac8cf91cc6e74ffcfea23faeb1c
refs/heads/master: a6dfe1dc074cc2218b2e32f67ce3a1ed4f89b200
2 changes: 1 addition & 1 deletion trunk/drivers/char/hvc_rtas.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit d7558d2

Please sign in to comment.