Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 366938
b: refs/heads/master
c: 64e171e
h: refs/heads/master
v: v3
  • Loading branch information
Fabio Porcedda authored and Mauro Carvalho Chehab committed Apr 4, 2013
1 parent 3db7e90 commit 61c6d23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: 8c31aeca6787d31dd4bd90bf573da944b44a2208
refs/heads/master: 64e171e3f66d75d792029ad53d203e4c113e9f0d
3 changes: 1 addition & 2 deletions trunk/drivers/media/platform/soc_camera/mx2_camera.c
Original file line number Diff line number Diff line change
Expand Up @@ -1620,10 +1620,9 @@ static struct platform_driver mx2_camera_driver = {
},
.id_table = mx2_camera_devtype,
.remove = mx2_camera_remove,
.probe = mx2_camera_probe,
};

module_platform_driver(mx2_camera_driver);
module_platform_driver_probe(mx2_camera_driver, mx2_camera_probe);

MODULE_DESCRIPTION("i.MX27 SoC Camera Host driver");
MODULE_AUTHOR("Sascha Hauer <sha@pengutronix.de>");
Expand Down

0 comments on commit 61c6d23

Please sign in to comment.