Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 340541
b: refs/heads/master
c: 3eeb7da
h: refs/heads/master
i:
  340539: 42ac944
v: v3
  • Loading branch information
Devendra Naga authored and David S. Miller committed Oct 31, 2012
1 parent 1c13b3d commit 2b10aab
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: 157083811c933fc223a3193d319c7ac805f30bb7
refs/heads/master: 3eeb7da909d93cc290a6a7f07cff53c896618e9d
13 changes: 1 addition & 12 deletions trunk/drivers/net/ethernet/realtek/r8169.c
Original file line number Diff line number Diff line change
Expand Up @@ -7023,15 +7023,4 @@ static struct pci_driver rtl8169_pci_driver = {
.driver.pm = RTL8169_PM_OPS,
};

static int __init rtl8169_init_module(void)
{
return pci_register_driver(&rtl8169_pci_driver);
}

static void __exit rtl8169_cleanup_module(void)
{
pci_unregister_driver(&rtl8169_pci_driver);
}

module_init(rtl8169_init_module);
module_exit(rtl8169_cleanup_module);
module_pci_driver(rtl8169_pci_driver);

0 comments on commit 2b10aab

Please sign in to comment.