Commit 301d9cb80b4f64ba24d4b141ad3ca58165a29afb

Authored by Ishizaki Kou
Committed by Paul Mackerras
1 parent a4ebd01747

[POWERPC] Init markings for hvc_beat

Fix warnings about section mismatch.

Signed-off-by: Kou Ishizaki <kou.ishizaki@toshiba.co.jp>
Signed-off-by: Paul Mackerras <paulus@samba.org>

Showing 1 changed file with 2 additions and 2 deletions Side-by-side Diff

drivers/char/hvc_beat.c
... ... @@ -97,7 +97,7 @@
97 97 return 0;
98 98 }
99 99  
100   -static int hvc_beat_console_init(void)
  100 +static int __init hvc_beat_console_init(void)
101 101 {
102 102 if (hvc_beat_useit && machine_is_compatible("Beat")) {
103 103 hvc_instantiate(0, 0, &hvc_beat_get_put_ops);
... ... @@ -106,7 +106,7 @@
106 106 }
107 107  
108 108 /* temp */
109   -static int hvc_beat_init(void)
  109 +static int __init hvc_beat_init(void)
110 110 {
111 111 struct hvc_struct *hp;
112 112