Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 368306
b: refs/heads/master
c: 14f645d
h: refs/heads/master
v: v3
  • Loading branch information
Sachin Kamat authored and David S. Miller committed Mar 18, 2013
1 parent 641eb82 commit 1ac3d44
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: e827c122992127de6bc8de34d5d113fe34c382fb
refs/heads/master: 14f645d0deb4d189612e139c4270a4e82ce8a2db
17 changes: 1 addition & 16 deletions trunk/drivers/net/ethernet/faraday/ftgmac100.c
Original file line number Diff line number Diff line change
Expand Up @@ -1349,22 +1349,7 @@ static struct platform_driver ftgmac100_driver = {
},
};

/******************************************************************************
* initialization / finalization
*****************************************************************************/
static int __init ftgmac100_init(void)
{
pr_info("Loading version " DRV_VERSION " ...\n");
return platform_driver_register(&ftgmac100_driver);
}

static void __exit ftgmac100_exit(void)
{
platform_driver_unregister(&ftgmac100_driver);
}

module_init(ftgmac100_init);
module_exit(ftgmac100_exit);
module_platform_driver(ftgmac100_driver);

MODULE_AUTHOR("Po-Yu Chuang <ratbert@faraday-tech.com>");
MODULE_DESCRIPTION("FTGMAC100 driver");
Expand Down

0 comments on commit 1ac3d44

Please sign in to comment.