Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 343794
b: refs/heads/master
c: 7f2b3a7
h: refs/heads/master
v: v3
  • Loading branch information
Srinivas Kandagatla authored and Mauro Carvalho Chehab committed Oct 27, 2012
1 parent 6e71560 commit 59dec44
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: 32d640dea87bc973b91975ea408a04c6dcca3f45
refs/heads/master: 7f2b3a7d8c8dbf3c9f70561f8a6d3a85b36cd16b
14 changes: 1 addition & 13 deletions trunk/drivers/media/platform/blackfin/bfin_capture.c
Original file line number Diff line number Diff line change
Expand Up @@ -1050,19 +1050,7 @@ static struct platform_driver bcap_driver = {
.probe = bcap_probe,
.remove = __devexit_p(bcap_remove),
};

static __init int bcap_init(void)
{
return platform_driver_register(&bcap_driver);
}

static __exit void bcap_exit(void)
{
platform_driver_unregister(&bcap_driver);
}

module_init(bcap_init);
module_exit(bcap_exit);
module_platform_driver(bcap_driver);

MODULE_DESCRIPTION("Analog Devices blackfin video capture driver");
MODULE_AUTHOR("Scott Jiang <Scott.Jiang.Linux@gmail.com>");
Expand Down

0 comments on commit 59dec44

Please sign in to comment.