Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 105698
b: refs/heads/master
c: 8ee3f3b
h: refs/heads/master
v: v3
  • Loading branch information
Bartlomiej Zolnierkiewicz committed Jul 24, 2008
1 parent b5c903d commit 56547b0
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: eb7cb98b1cc8be1d4395d9accf49ae3924cd68f1
refs/heads/master: 8ee3f3b69d9c37f86a45862f53451699ec77fe12
7 changes: 7 additions & 0 deletions trunk/drivers/ide/pci/alim15x3.c
Original file line number Diff line number Diff line change
Expand Up @@ -580,14 +580,21 @@ static struct pci_driver driver = {
.name = "ALI15x3_IDE",
.id_table = alim15x3_pci_tbl,
.probe = alim15x3_init_one,
.remove = ide_pci_remove,
};

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

static void __exit ali15x3_ide_exit(void)
{
return pci_unregister_driver(&driver);
}

module_init(ali15x3_ide_init);
module_exit(ali15x3_ide_exit);

MODULE_AUTHOR("Michael Aubry, Andrzej Krzysztofowicz, CJ, Andre Hedrick, Alan Cox");
MODULE_DESCRIPTION("PCI driver module for ALi 15x3 IDE");
Expand Down

0 comments on commit 56547b0

Please sign in to comment.