Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 105708
b: refs/heads/master
c: 5102f76
h: refs/heads/master
v: v3
  • Loading branch information
Bartlomiej Zolnierkiewicz committed Jul 24, 2008
1 parent 032ee7b commit 9615b16
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: a6c43a2be9721d00ef9d6ef5b7b0e8113444577b
refs/heads/master: 5102f768570b3486979afb68c595b71cfb7f026f
7 changes: 7 additions & 0 deletions trunk/drivers/ide/pci/it8213.c
Original file line number Diff line number Diff line change
Expand Up @@ -198,14 +198,21 @@ static struct pci_driver driver = {
.name = "ITE8213_IDE",
.id_table = it8213_pci_tbl,
.probe = it8213_init_one,
.remove = ide_pci_remove,
};

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

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

module_init(it8213_ide_init);
module_exit(it8213_ide_exit);

MODULE_AUTHOR("Jack Lee, Alan Cox");
MODULE_DESCRIPTION("PCI driver module for the ITE 8213");
Expand Down

0 comments on commit 9615b16

Please sign in to comment.