Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 368304
b: refs/heads/master
c: a8f9c3e
h: refs/heads/master
v: v3
  • Loading branch information
Sachin Kamat authored and David S. Miller committed Mar 18, 2013
1 parent 7f31c82 commit 2f77d65
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: 9a18dd15e2ec934d8265009d3882955dcc059a49
refs/heads/master: a8f9c3e4c9826fb277453ed02d059591d6b6ebae
17 changes: 1 addition & 16 deletions trunk/drivers/net/ethernet/davicom/dm9000.c
Original file line number Diff line number Diff line change
Expand Up @@ -1687,22 +1687,7 @@ static struct platform_driver dm9000_driver = {
.remove = dm9000_drv_remove,
};

static int __init
dm9000_init(void)
{
printk(KERN_INFO "%s Ethernet Driver, V%s\n", CARDNAME, DRV_VERSION);

return platform_driver_register(&dm9000_driver);
}

static void __exit
dm9000_cleanup(void)
{
platform_driver_unregister(&dm9000_driver);
}

module_init(dm9000_init);
module_exit(dm9000_cleanup);
module_platform_driver(dm9000_driver);

MODULE_AUTHOR("Sascha Hauer, Ben Dooks");
MODULE_DESCRIPTION("Davicom DM9000 network driver");
Expand Down

0 comments on commit 2f77d65

Please sign in to comment.