Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 105722
b: refs/heads/master
c: 64b0fed
h: refs/heads/master
v: v3
  • Loading branch information
Bartlomiej Zolnierkiewicz committed Jul 24, 2008
1 parent a13005c commit 1e979f3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6ce7199897bcbad05ecd06a4df22795fb37f4d0a
refs/heads/master: 64b0fed31d6704e4e2e42e9a1ac5995b0a1b54e4
7 changes: 7 additions & 0 deletions trunk/drivers/ide/pci/slc90e66.c
Original file line number Diff line number Diff line change
Expand Up @@ -157,14 +157,21 @@ static struct pci_driver driver = {
.name = "SLC90e66_IDE",
.id_table = slc90e66_pci_tbl,
.probe = slc90e66_init_one,
.remove = ide_pci_remove,
};

static int __init slc90e66_ide_init(void)
{
return ide_pci_register_driver(&driver);
}

static void __exit slc90e66_ide_exit(void)
{
pci_unregister_driver(&driver);
}

module_init(slc90e66_ide_init);
module_exit(slc90e66_ide_exit);

MODULE_AUTHOR("Andre Hedrick");
MODULE_DESCRIPTION("PCI driver module for SLC90E66 IDE");
Expand Down

0 comments on commit 1e979f3

Please sign in to comment.