Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 105706
b: refs/heads/master
c: 741ac62
h: refs/heads/master
v: v3
  • Loading branch information
Bartlomiej Zolnierkiewicz committed Jul 24, 2008
1 parent 0a8cd79 commit 9264d42
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: f566bcae9fb39b108e39a2f31594c028d6ee2e77
refs/heads/master: 741ac62f6fca55ddbef52513fbc687ba6b04f99e
7 changes: 7 additions & 0 deletions trunk/drivers/ide/pci/hpt34x.c
Original file line number Diff line number Diff line change
Expand Up @@ -169,14 +169,21 @@ static struct pci_driver driver = {
.name = "HPT34x_IDE",
.id_table = hpt34x_pci_tbl,
.probe = hpt34x_init_one,
.remove = ide_pci_remove,
};

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

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

module_init(hpt34x_ide_init);
module_exit(hpt34x_ide_exit);

MODULE_AUTHOR("Andre Hedrick");
MODULE_DESCRIPTION("PCI driver module for Highpoint 34x IDE");
Expand Down

0 comments on commit 9264d42

Please sign in to comment.