Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 105712
b: refs/heads/master
c: adc7f85
h: refs/heads/master
v: v3
  • Loading branch information
Bartlomiej Zolnierkiewicz committed Jul 24, 2008
1 parent 0b53cd7 commit ec2597d
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: aa6e518d75742fd3ac3d2cb4c2bcbae850319fc1
refs/heads/master: adc7f85ae68bd2e8db2e0136dcd4679891e5c321
7 changes: 7 additions & 0 deletions trunk/drivers/ide/pci/opti621.c
Original file line number Diff line number Diff line change
Expand Up @@ -223,14 +223,21 @@ static struct pci_driver driver = {
.name = "Opti621_IDE",
.id_table = opti621_pci_tbl,
.probe = opti621_init_one,
.remove = ide_pci_remove,
};

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

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

module_init(opti621_ide_init);
module_exit(opti621_ide_exit);

MODULE_AUTHOR("Jaromir Koutek, Jan Harkes, Mark Lord");
MODULE_DESCRIPTION("PCI driver module for Opti621 IDE");
Expand Down

0 comments on commit ec2597d

Please sign in to comment.