Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 368106
b: refs/heads/master
c: fae4f3c
h: refs/heads/master
v: v3
  • Loading branch information
Jingoo Han authored and David S. Miller committed Mar 6, 2013
1 parent 2b2aeeb commit 3317361
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 14 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: b543a8d813e979821d97a58b1509df4fdfcfa637
refs/heads/master: fae4f3cf49ac9d91b83c705809d71fdeb0dc9284
14 changes: 1 addition & 13 deletions trunk/drivers/net/ethernet/cirrus/cs89x0.c
Original file line number Diff line number Diff line change
Expand Up @@ -1978,18 +1978,6 @@ static struct platform_driver cs89x0_driver = {
.remove = cs89x0_platform_remove,
};

static int __init cs89x0_init(void)
{
return platform_driver_probe(&cs89x0_driver, cs89x0_platform_probe);
}

module_init(cs89x0_init);

static void __exit cs89x0_cleanup(void)
{
platform_driver_unregister(&cs89x0_driver);
}

module_exit(cs89x0_cleanup);
module_platform_driver_probe(cs89x0_driver, cs89x0_platform_probe);

#endif /* CONFIG_CS89x0_PLATFORM */

0 comments on commit 3317361

Please sign in to comment.