Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 368330
b: refs/heads/master
c: 18e4a73
h: refs/heads/master
v: v3
  • Loading branch information
Sachin Kamat authored and David S. Miller committed Mar 20, 2013
1 parent 48c7df4 commit 3a663e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 20 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: 2b5faa4c553f90ee2dde1d976b220b1ca9741ef0
refs/heads/master: 18e4a7374c3307c76e4675ff9382a0ce58be0b25
20 changes: 1 addition & 19 deletions trunk/drivers/net/ethernet/micrel/ks8695net.c
Original file line number Diff line number Diff line change
Expand Up @@ -1622,25 +1622,7 @@ static struct platform_driver ks8695_driver = {
.resume = ks8695_drv_resume,
};

/* Module interface */

static int __init
ks8695_init(void)
{
printk(KERN_INFO "%s Ethernet driver, V%s\n",
MODULENAME, MODULEVERSION);

return platform_driver_register(&ks8695_driver);
}

static void __exit
ks8695_cleanup(void)
{
platform_driver_unregister(&ks8695_driver);
}

module_init(ks8695_init);
module_exit(ks8695_cleanup);
module_platform_driver(ks8695_driver);

MODULE_AUTHOR("Simtec Electronics");
MODULE_DESCRIPTION("Micrel KS8695 (Centaur) Ethernet driver");
Expand Down

0 comments on commit 3a663e8

Please sign in to comment.