Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 338576
b: refs/heads/master
c: ca21dda
h: refs/heads/master
v: v3
  • Loading branch information
Srinivas Kandagatla authored and Felipe Balbi committed Oct 16, 2012
1 parent d455fca commit 82eaee6
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: 8355b0208a44904741dbd78fea6f203c3556699a
refs/heads/master: ca21dda64b756d6fe965dfe8fd0a1f320874b4b5
14 changes: 1 addition & 13 deletions trunk/drivers/usb/otg/mv_otg.c
Original file line number Diff line number Diff line change
Expand Up @@ -958,16 +958,4 @@ static struct platform_driver mv_otg_driver = {
.resume = mv_otg_resume,
#endif
};

static int __init mv_otg_init(void)
{
return platform_driver_register(&mv_otg_driver);
}

static void __exit mv_otg_exit(void)
{
platform_driver_unregister(&mv_otg_driver);
}

module_init(mv_otg_init);
module_exit(mv_otg_exit);
module_platform_driver(mv_otg_driver);

0 comments on commit 82eaee6

Please sign in to comment.