Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 67179
b: refs/heads/master
c: 301d9cb
h: refs/heads/master
i:
  67177: 013802c
  67175: ebee1da
v: v3
  • Loading branch information
Ishizaki Kou authored and Paul Mackerras committed Aug 17, 2007
1 parent e78121b commit e47fc96
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: a4ebd0174724193cbabf989352702ff37b1eb060
refs/heads/master: 301d9cb80b4f64ba24d4b141ad3ca58165a29afb
4 changes: 2 additions & 2 deletions trunk/drivers/char/hvc_beat.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand All @@ -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;

Expand Down

0 comments on commit e47fc96

Please sign in to comment.