Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 340692
b: refs/heads/master
c: 8589486
h: refs/heads/master
v: v3
  • Loading branch information
Wei Yongjun authored and David S. Miller committed Nov 8, 2012
1 parent 599931a commit 19f3609
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: 55c11941e382cb26010138ab824216f47af37606
refs/heads/master: 85894866bcc396162906c0b95c0eadd00c13efbd
13 changes: 1 addition & 12 deletions trunk/drivers/net/ethernet/micrel/ksz884x.c
Original file line number Diff line number Diff line change
Expand Up @@ -7251,18 +7251,7 @@ static struct pci_driver pci_device_driver = {
.remove = pcidev_exit
};

static int __init ksz884x_init_module(void)
{
return pci_register_driver(&pci_device_driver);
}

static void __exit ksz884x_cleanup_module(void)
{
pci_unregister_driver(&pci_device_driver);
}

module_init(ksz884x_init_module);
module_exit(ksz884x_cleanup_module);
module_pci_driver(pci_device_driver);

MODULE_DESCRIPTION("KSZ8841/2 PCI network driver");
MODULE_AUTHOR("Tristram Ha <Tristram.Ha@micrel.com>");
Expand Down

0 comments on commit 19f3609

Please sign in to comment.