Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 368334
b: refs/heads/master
c: 9fad0c9
h: refs/heads/master
v: v3
  • Loading branch information
Sachin Kamat authored and David S. Miller committed Mar 20, 2013
1 parent 9cf4c9d commit d8eb5c7
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: f8e5fc8c203fd7fe9fe17e1376464ece0bc64829
refs/heads/master: 9fad0c941a4f72becedd52db043506bf3968dae2
13 changes: 1 addition & 12 deletions trunk/drivers/net/phy/mdio-octeon.c
Original file line number Diff line number Diff line change
Expand Up @@ -197,18 +197,7 @@ void octeon_mdiobus_force_mod_depencency(void)
}
EXPORT_SYMBOL(octeon_mdiobus_force_mod_depencency);

static int __init octeon_mdiobus_mod_init(void)
{
return platform_driver_register(&octeon_mdiobus_driver);
}

static void __exit octeon_mdiobus_mod_exit(void)
{
platform_driver_unregister(&octeon_mdiobus_driver);
}

module_init(octeon_mdiobus_mod_init);
module_exit(octeon_mdiobus_mod_exit);
module_platform_driver(octeon_mdiobus_driver);

MODULE_DESCRIPTION(DRV_DESCRIPTION);
MODULE_VERSION(DRV_VERSION);
Expand Down

0 comments on commit d8eb5c7

Please sign in to comment.