Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 17041
b: refs/heads/master
c: e701e85
h: refs/heads/master
i:
  17039: 3a17548
v: v3
  • Loading branch information
Jean Delvare authored and Linus Torvalds committed Jan 9, 2006
1 parent 26a638d commit f23aeba
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: 564de74a7e2778e1d11b2d2e50ee8dab1cf1456a
refs/heads/master: e701e85b9f12af4dbe73b4299b541686ef6b1aa5
4 changes: 2 additions & 2 deletions trunk/drivers/char/vr41xx_giu.c
Original file line number Diff line number Diff line change
Expand Up @@ -718,7 +718,7 @@ static struct platform_driver giu_device_driver = {
},
};

static int __devinit vr41xx_giu_init(void)
static int __init vr41xx_giu_init(void)
{
int retval;

Expand All @@ -733,7 +733,7 @@ static int __devinit vr41xx_giu_init(void)
return retval;
}

static void __devexit vr41xx_giu_exit(void)
static void __exit vr41xx_giu_exit(void)
{
platform_driver_unregister(&giu_device_driver);

Expand Down

0 comments on commit f23aeba

Please sign in to comment.