Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 338583
b: refs/heads/master
c: 01380c0
h: refs/heads/master
i:
  338581: b4616ab
  338579: 414e607
  338575: d455fca
v: v3
  • Loading branch information
Srinivas Kandagatla authored and Felipe Balbi committed Oct 15, 2012
1 parent d2480c9 commit 95c0ded
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: 8d92f6d46c73bbc10310a38784f130527dfcf8a1
refs/heads/master: 01380c081eada4fa4a2e52ef9ea2b16eaddbfc46
13 changes: 1 addition & 12 deletions trunk/drivers/usb/musb/tusb6010.c
Original file line number Diff line number Diff line change
Expand Up @@ -1251,15 +1251,4 @@ static struct platform_driver tusb_driver = {
MODULE_DESCRIPTION("TUSB6010 MUSB Glue Layer");
MODULE_AUTHOR("Felipe Balbi <balbi@ti.com>");
MODULE_LICENSE("GPL v2");

static int __init tusb_init(void)
{
return platform_driver_register(&tusb_driver);
}
module_init(tusb_init);

static void __exit tusb_exit(void)
{
platform_driver_unregister(&tusb_driver);
}
module_exit(tusb_exit);
module_platform_driver(tusb_driver);

0 comments on commit 95c0ded

Please sign in to comment.