Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 333816
b: refs/heads/master
c: ec0341b
h: refs/heads/master
v: v3
  • Loading branch information
Sachin Kamat authored and Mauro Carvalho Chehab committed Oct 6, 2012
1 parent 51b1564 commit 8206b32
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: 1aeed35575c39a4716cd7e0103cb1bb4fe6c8c8a
refs/heads/master: ec0341b3b7817a5e8ebcf26091dde28dce2d7821
13 changes: 1 addition & 12 deletions trunk/drivers/media/platform/soc_camera/soc_camera.c
Original file line number Diff line number Diff line change
Expand Up @@ -1586,18 +1586,7 @@ static struct platform_driver __refdata soc_camera_pdrv = {
},
};

static int __init soc_camera_init(void)
{
return platform_driver_register(&soc_camera_pdrv);
}

static void __exit soc_camera_exit(void)
{
platform_driver_unregister(&soc_camera_pdrv);
}

module_init(soc_camera_init);
module_exit(soc_camera_exit);
module_platform_driver(soc_camera_pdrv);

MODULE_DESCRIPTION("Image capture bus driver");
MODULE_AUTHOR("Guennadi Liakhovetski <kernel@pengutronix.de>");
Expand Down

0 comments on commit 8206b32

Please sign in to comment.