aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video
diff options
context:
space:
mode:
authorGuennadi Liakhovetski <g.liakhovetski@gmx.de>2011-07-01 10:31:35 -0400
committerMauro Carvalho Chehab <mchehab@redhat.com>2011-07-27 16:56:08 -0400
commitd33b290a149dafe2e3cc2901ec726bea09a2c0f4 (patch)
tree3669b43f2dc2726f2029ef97d2ee424b70c30a7b /drivers/media/video
parent6b526fed0e688e3926bd43a09f2f36cba3983ce2 (diff)
[media] V4L: soc-camera: un-export the soc-camera bus
The soc-camera bus is now completely local again. Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video')
-rw-r--r--drivers/media/video/soc_camera.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/media/video/soc_camera.c b/drivers/media/video/soc_camera.c
index 96bed292c54..0df31b54e90 100644
--- a/drivers/media/video/soc_camera.c
+++ b/drivers/media/video/soc_camera.c
@@ -1207,12 +1207,11 @@ static int soc_camera_remove(struct device *dev)
1207 return 0; 1207 return 0;
1208} 1208}
1209 1209
1210struct bus_type soc_camera_bus_type = { 1210static struct bus_type soc_camera_bus_type = {
1211 .name = "soc-camera", 1211 .name = "soc-camera",
1212 .probe = soc_camera_probe, 1212 .probe = soc_camera_probe,
1213 .remove = soc_camera_remove, 1213 .remove = soc_camera_remove,
1214}; 1214};
1215EXPORT_SYMBOL_GPL(soc_camera_bus_type);
1216 1215
1217static struct device_driver ic_drv = { 1216static struct device_driver ic_drv = {
1218 .name = "camera", 1217 .name = "camera",