Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 97907
b: refs/heads/master
c: f4084a1
h: refs/heads/master
i:
  97905: a861fae
  97903: 59468b3
v: v3
  • Loading branch information
Bartlomiej Zolnierkiewicz committed Jun 10, 2008
1 parent 0083c89 commit ab7824b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 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: 96fe439ec9ca25b09e1458d86bd739757ae11ea1
refs/heads/master: f4084a1d18d618bb360bc72713a3bc2b8375e12f
6 changes: 2 additions & 4 deletions trunk/drivers/ide/pci/delkin_cb.c
Original file line number Diff line number Diff line change
Expand Up @@ -135,14 +135,12 @@ static struct pci_driver driver = {
.remove = delkin_cb_remove,
};

static int
delkin_cb_init (void)
static int __init delkin_cb_init(void)
{
return pci_register_driver(&driver);
}

static void
delkin_cb_exit (void)
static void __exit delkin_cb_exit(void)
{
pci_unregister_driver(&driver);
}
Expand Down

0 comments on commit ab7824b

Please sign in to comment.