Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 105699
b: refs/heads/master
c: b2509ac
h: refs/heads/master
i:
  105697: b5c903d
  105695: 13e0122
v: v3
  • Loading branch information
Bartlomiej Zolnierkiewicz committed Jul 24, 2008
1 parent 56547b0 commit 1872a13
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: 8ee3f3b69d9c37f86a45862f53451699ec77fe12
refs/heads/master: b2509ac1d9dbe7a9d3a9915afbe108978002c95b
7 changes: 7 additions & 0 deletions trunk/drivers/ide/pci/amd74xx.c
Original file line number Diff line number Diff line change
Expand Up @@ -341,14 +341,21 @@ static struct pci_driver driver = {
.name = "AMD_IDE",
.id_table = amd74xx_pci_tbl,
.probe = amd74xx_probe,
.remove = ide_pci_remove,
};

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

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

module_init(amd74xx_ide_init);
module_exit(amd74xx_ide_exit);

MODULE_AUTHOR("Vojtech Pavlik");
MODULE_DESCRIPTION("AMD PCI IDE driver");
Expand Down

0 comments on commit 1872a13

Please sign in to comment.