[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>
This commit is contained in:
parent
a4ebd01747
commit
301d9cb80b
|
@ -97,7 +97,7 @@ static int hvc_beat_config(char *p)
|
|||
return 0;
|
||||
}
|
||||
|
||||
static int hvc_beat_console_init(void)
|
||||
static int __init hvc_beat_console_init(void)
|
||||
{
|
||||
if (hvc_beat_useit && machine_is_compatible("Beat")) {
|
||||
hvc_instantiate(0, 0, &hvc_beat_get_put_ops);
|
||||
|
@ -106,7 +106,7 @@ static int hvc_beat_console_init(void)
|
|||
}
|
||||
|
||||
/* temp */
|
||||
static int hvc_beat_init(void)
|
||||
static int __init hvc_beat_init(void)
|
||||
{
|
||||
struct hvc_struct *hp;
|
||||
|
||||
|
|
Loading…
Reference in New Issue