Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 338580
b: refs/heads/master
c: 692373e
h: refs/heads/master
v: v3
  • Loading branch information
Srinivas Kandagatla authored and Felipe Balbi committed Oct 15, 2012
1 parent 414e607 commit b70d260
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: a0a83eb407ef17dae9a286d86ee2a437f6adb4c2
refs/heads/master: 692373e128f16da708ec6ddf80ee5b5bb3761ef9
13 changes: 1 addition & 12 deletions trunk/drivers/usb/musb/blackfin.c
Original file line number Diff line number Diff line change
Expand Up @@ -585,15 +585,4 @@ static struct platform_driver bfin_driver = {
MODULE_DESCRIPTION("Blackfin MUSB Glue Layer");
MODULE_AUTHOR("Bryan Wy <cooloney@kernel.org>");
MODULE_LICENSE("GPL v2");

static int __init bfin_init(void)
{
return platform_driver_register(&bfin_driver);
}
module_init(bfin_init);

static void __exit bfin_exit(void)
{
platform_driver_unregister(&bfin_driver);
}
module_exit(bfin_exit);
module_platform_driver(bfin_driver);

0 comments on commit b70d260

Please sign in to comment.