Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 368105
b: refs/heads/master
c: b543a8d
h: refs/heads/master
i:
  368103: da8d22f
v: v3
  • Loading branch information
Jingoo Han authored and David S. Miller committed Mar 6, 2013
1 parent fa4fa39 commit 2b2aeeb
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: ecad0a684c30c8f28c332c12f0746a22189be4f0
refs/heads/master: b543a8d813e979821d97a58b1509df4fdfcfa637
13 changes: 1 addition & 12 deletions trunk/drivers/net/ethernet/cadence/macb.c
Original file line number Diff line number Diff line change
Expand Up @@ -1737,18 +1737,7 @@ static struct platform_driver macb_driver = {
},
};

static int __init macb_init(void)
{
return platform_driver_probe(&macb_driver, macb_probe);
}

static void __exit macb_exit(void)
{
platform_driver_unregister(&macb_driver);
}

module_init(macb_init);
module_exit(macb_exit);
module_platform_driver_probe(macb_driver, macb_probe);

MODULE_LICENSE("GPL");
MODULE_DESCRIPTION("Cadence MACB/GEM Ethernet driver");
Expand Down

0 comments on commit 2b2aeeb

Please sign in to comment.