Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 368305
b: refs/heads/master
c: e827c12
h: refs/heads/master
i:
  368303: 7f31c82
v: v3
  • Loading branch information
Sachin Kamat authored and David S. Miller committed Mar 18, 2013
1 parent 2f77d65 commit 641eb82
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: a8f9c3e4c9826fb277453ed02d059591d6b6ebae
refs/heads/master: e827c122992127de6bc8de34d5d113fe34c382fb
13 changes: 1 addition & 12 deletions trunk/drivers/net/ethernet/cirrus/ep93xx_eth.c
Original file line number Diff line number Diff line change
Expand Up @@ -887,18 +887,7 @@ static struct platform_driver ep93xx_eth_driver = {
},
};

static int __init ep93xx_eth_init_module(void)
{
printk(KERN_INFO DRV_MODULE_NAME " version " DRV_MODULE_VERSION " loading\n");
return platform_driver_register(&ep93xx_eth_driver);
}

static void __exit ep93xx_eth_cleanup_module(void)
{
platform_driver_unregister(&ep93xx_eth_driver);
}
module_platform_driver(ep93xx_eth_driver);

module_init(ep93xx_eth_init_module);
module_exit(ep93xx_eth_cleanup_module);
MODULE_LICENSE("GPL");
MODULE_ALIAS("platform:ep93xx-eth");

0 comments on commit 641eb82

Please sign in to comment.