Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 368331
b: refs/heads/master
c: 6d74968
h: refs/heads/master
i:
  368329: 48c7df4
  368327: 70458e1
v: v3
  • Loading branch information
Sachin Kamat authored and David S. Miller committed Mar 20, 2013
1 parent 3a663e8 commit 4e74352
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: 18e4a7374c3307c76e4675ff9382a0ce58be0b25
refs/heads/master: 6d7496836d10591746e0cf342377d0390c339783
15 changes: 1 addition & 14 deletions trunk/drivers/net/ethernet/s6gmac.c
Original file line number Diff line number Diff line change
Expand Up @@ -1053,20 +1053,7 @@ static struct platform_driver s6gmac_driver = {
},
};

static int __init s6gmac_init(void)
{
printk(KERN_INFO DRV_PRMT "S6 GMAC ethernet driver\n");
return platform_driver_register(&s6gmac_driver);
}


static void __exit s6gmac_exit(void)
{
platform_driver_unregister(&s6gmac_driver);
}

module_init(s6gmac_init);
module_exit(s6gmac_exit);
module_platform_driver(s6gmac_driver);

MODULE_LICENSE("GPL");
MODULE_DESCRIPTION("S6105 on chip Ethernet driver");
Expand Down

0 comments on commit 4e74352

Please sign in to comment.