Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 338581
b: refs/heads/master
c: 0b07734
h: refs/heads/master
i:
  338579: 414e607
v: v3
  • Loading branch information
Srinivas Kandagatla authored and Felipe Balbi committed Oct 15, 2012
1 parent b70d260 commit b4616ab
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: 692373e128f16da708ec6ddf80ee5b5bb3761ef9
refs/heads/master: 0b07734d5e0096458acf19b2e6b0585ad5006b86
13 changes: 1 addition & 12 deletions trunk/drivers/usb/musb/da8xx.c
Original file line number Diff line number Diff line change
Expand Up @@ -593,15 +593,4 @@ static struct platform_driver da8xx_driver = {
MODULE_DESCRIPTION("DA8xx/OMAP-L1x MUSB Glue Layer");
MODULE_AUTHOR("Sergei Shtylyov <sshtylyov@ru.mvista.com>");
MODULE_LICENSE("GPL v2");

static int __init da8xx_init(void)
{
return platform_driver_register(&da8xx_driver);
}
module_init(da8xx_init);

static void __exit da8xx_exit(void)
{
platform_driver_unregister(&da8xx_driver);
}
module_exit(da8xx_exit);
module_platform_driver(da8xx_driver);

0 comments on commit b4616ab

Please sign in to comment.