Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 315053
b: refs/heads/master
c: 36efc94
h: refs/heads/master
i:
  315051: 20094fc
v: v3
  • Loading branch information
Devendra Naga authored and David S. Miller committed Jul 9, 2012
1 parent 40533cc commit de61a40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 15 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: a334b5fb19d3f17953f73bb6de516a29317fb7f7
refs/heads/master: 36efc94b1d09e75fc18b400b0fba8220f967fb44
15 changes: 1 addition & 14 deletions trunk/drivers/net/ethernet/rdc/r6040.c
Original file line number Diff line number Diff line change
Expand Up @@ -1277,17 +1277,4 @@ static struct pci_driver r6040_driver = {
.remove = __devexit_p(r6040_remove_one),
};


static int __init r6040_init(void)
{
return pci_register_driver(&r6040_driver);
}


static void __exit r6040_cleanup(void)
{
pci_unregister_driver(&r6040_driver);
}

module_init(r6040_init);
module_exit(r6040_cleanup);
module_pci_driver(r6040_driver);

0 comments on commit de61a40

Please sign in to comment.