Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 164580
b: refs/heads/master
c: 59f6a6c
h: refs/heads/master
v: v3
  • Loading branch information
Peter Huewe authored and Jiri Kosina committed Sep 21, 2009
1 parent ae2d5a1 commit 17ff8d2
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: 0e6b9e8c2c7b55569333a15e39d684dec986e226
refs/heads/master: 59f6a6c6e5625474b5e8e73a59425935b0028cfc
4 changes: 2 additions & 2 deletions trunk/drivers/gpio/bt8xxgpio.c
Original file line number Diff line number Diff line change
Expand Up @@ -331,13 +331,13 @@ static struct pci_driver bt8xxgpio_pci_driver = {
.resume = bt8xxgpio_resume,
};

static int bt8xxgpio_init(void)
static int __init bt8xxgpio_init(void)
{
return pci_register_driver(&bt8xxgpio_pci_driver);
}
module_init(bt8xxgpio_init)

static void bt8xxgpio_exit(void)
static void __exit bt8xxgpio_exit(void)
{
pci_unregister_driver(&bt8xxgpio_pci_driver);
}
Expand Down

0 comments on commit 17ff8d2

Please sign in to comment.