Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 368333
b: refs/heads/master
c: f8e5fc8
h: refs/heads/master
i:
  368331: 4e74352
v: v3
  • Loading branch information
Sachin Kamat authored and David S. Miller committed Mar 20, 2013
1 parent 7b4e423 commit 9cf4c9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 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: 95d158df4459016c98e8dae2229d12be09d79324
refs/heads/master: f8e5fc8c203fd7fe9fe17e1376464ece0bc64829
12 changes: 1 addition & 11 deletions trunk/drivers/net/phy/mdio-gpio.c
Original file line number Diff line number Diff line change
Expand Up @@ -235,17 +235,7 @@ static struct platform_driver mdio_gpio_driver = {
},
};

static int __init mdio_gpio_init(void)
{
return platform_driver_register(&mdio_gpio_driver);
}
module_init(mdio_gpio_init);

static void __exit mdio_gpio_exit(void)
{
platform_driver_unregister(&mdio_gpio_driver);
}
module_exit(mdio_gpio_exit);
module_platform_driver(mdio_gpio_driver);

MODULE_ALIAS("platform:mdio-gpio");
MODULE_AUTHOR("Laurent Pinchart, Paulius Zaleckas");
Expand Down

0 comments on commit 9cf4c9d

Please sign in to comment.