Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 289731
b: refs/heads/master
c: aaca237
h: refs/heads/master
i:
  289729: 0409c0b
  289727: 4290d70
v: v3
  • Loading branch information
Fabio Estevam authored and David S. Miller committed Jan 25, 2012
1 parent 83f1277 commit 9ca743b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 17 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: cf66f9d48a9c95baf8f13b199a633ce1c4cf952a
refs/heads/master: aaca2377e9c08d1964a5cacb95330708a6f6d106
17 changes: 1 addition & 16 deletions trunk/drivers/net/ethernet/freescale/fec.c
Original file line number Diff line number Diff line change
Expand Up @@ -1739,21 +1739,6 @@ static struct platform_driver fec_driver = {
.remove = __devexit_p(fec_drv_remove),
};

static int __init
fec_enet_module_init(void)
{
printk(KERN_INFO "FEC Ethernet Driver\n");

return platform_driver_register(&fec_driver);
}

static void __exit
fec_enet_cleanup(void)
{
platform_driver_unregister(&fec_driver);
}

module_exit(fec_enet_cleanup);
module_init(fec_enet_module_init);
module_platform_driver(fec_driver);

MODULE_LICENSE("GPL");

0 comments on commit 9ca743b

Please sign in to comment.