Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 161782
b: refs/heads/master
c: 948c28f
h: refs/heads/master
v: v3
  • Loading branch information
Peter Huewe authored and Benjamin Herrenschmidt committed Aug 28, 2009
1 parent f1878b5 commit 7c43d79
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: 80d3e8abb73dad3983fef2597b52cab8fbcd876b
refs/heads/master: 948c28fe3001f2c9d852dff2a0b2c69fe7cec91b
4 changes: 2 additions & 2 deletions trunk/drivers/char/hvc_vio.c
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ static struct vio_driver hvc_vio_driver = {
}
};

static int hvc_vio_init(void)
static int __init hvc_vio_init(void)
{
int rc;

Expand All @@ -134,7 +134,7 @@ static int hvc_vio_init(void)
}
module_init(hvc_vio_init); /* after drivers/char/hvc_console.c */

static void hvc_vio_exit(void)
static void __exit hvc_vio_exit(void)
{
vio_unregister_driver(&hvc_vio_driver);
}
Expand Down

0 comments on commit 7c43d79

Please sign in to comment.