Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 105725
b: refs/heads/master
c: fc2c32b
h: refs/heads/master
i:
  105723: 086a885
v: v3
  • Loading branch information
Bartlomiej Zolnierkiewicz committed Jul 24, 2008
1 parent 3fd8dba commit 56bb0dc
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: 29d72f2df933ea5ecf294b170b2f02af2af88120
refs/heads/master: fc2c32b737fa370683f8c44d74f41febe33b9c23
7 changes: 7 additions & 0 deletions trunk/drivers/ide/pci/trm290.c
Original file line number Diff line number Diff line change
Expand Up @@ -353,14 +353,21 @@ static struct pci_driver driver = {
.name = "TRM290_IDE",
.id_table = trm290_pci_tbl,
.probe = trm290_init_one,
.remove = ide_pci_remove,
};

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

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

module_init(trm290_ide_init);
module_exit(trm290_ide_exit);

MODULE_AUTHOR("Mark Lord");
MODULE_DESCRIPTION("PCI driver module for Tekram TRM290 IDE");
Expand Down

0 comments on commit 56bb0dc

Please sign in to comment.