Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 324322
b: refs/heads/master
c: cfeb285
h: refs/heads/master
v: v3
  • Loading branch information
Devendra Naga authored and Greg Kroah-Hartman committed Aug 16, 2012
1 parent b2035df commit 8b4b601
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 13 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 73ac0e9eafe8d04a3cdb39b7c7c1e3f4154676b5
refs/heads/master: cfeb28525faa855b7f0bd06a330a6961f4c5127e
13 changes: 1 addition & 12 deletions trunk/drivers/misc/pch_phub.c
Original file line number Diff line number Diff line change
Expand Up @@ -893,18 +893,7 @@ static struct pci_driver pch_phub_driver = {
.resume = pch_phub_resume
};

static int __init pch_phub_pci_init(void)
{
return pci_register_driver(&pch_phub_driver);
}

static void __exit pch_phub_pci_exit(void)
{
pci_unregister_driver(&pch_phub_driver);
}

module_init(pch_phub_pci_init);
module_exit(pch_phub_pci_exit);
module_pci_driver(pch_phub_driver);

MODULE_DESCRIPTION("Intel EG20T PCH/LAPIS Semiconductor IOH(ML7213/ML7223) PHUB");
MODULE_LICENSE("GPL");

0 comments on commit 8b4b601

Please sign in to comment.