Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 105717
b: refs/heads/master
c: 991f5e6
h: refs/heads/master
i:
  105715: 0653e7a
v: v3
  • Loading branch information
Bartlomiej Zolnierkiewicz committed Jul 24, 2008
1 parent 535b588 commit 809942f
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: 0fd188047ca75df85191cc55f929cb2889631430
refs/heads/master: 991f5e69c512b284aaec81432dff0440b2a2f418
7 changes: 7 additions & 0 deletions trunk/drivers/ide/pci/sc1200.c
Original file line number Diff line number Diff line change
Expand Up @@ -329,6 +329,7 @@ static struct pci_driver driver = {
.name = "SC1200_IDE",
.id_table = sc1200_pci_tbl,
.probe = sc1200_init_one,
.remove = ide_pci_remove,
#ifdef CONFIG_PM
.suspend = sc1200_suspend,
.resume = sc1200_resume,
Expand All @@ -340,7 +341,13 @@ static int __init sc1200_ide_init(void)
return ide_pci_register_driver(&driver);
}

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

module_init(sc1200_ide_init);
module_exit(sc1200_ide_exit);

MODULE_AUTHOR("Mark Lord");
MODULE_DESCRIPTION("PCI driver module for NS SC1200 IDE");
Expand Down

0 comments on commit 809942f

Please sign in to comment.