aboutsummaryrefslogtreecommitdiffstats
path: root/include/media/soc_camera.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/media/soc_camera.h')
-rw-r--r--include/media/soc_camera.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/media/soc_camera.h b/include/media/soc_camera.h
index b44fa0952ad9..37013688af44 100644
--- a/include/media/soc_camera.h
+++ b/include/media/soc_camera.h
@@ -95,8 +95,6 @@ struct soc_camera_host_ops {
95struct soc_camera_link { 95struct soc_camera_link {
96 /* Camera bus id, used to match a camera and a bus */ 96 /* Camera bus id, used to match a camera and a bus */
97 int bus_id; 97 int bus_id;
98 /* GPIO number to switch between 8 and 10 bit modes */
99 unsigned int gpio;
100 /* Per camera SOCAM_SENSOR_* bus flags */ 98 /* Per camera SOCAM_SENSOR_* bus flags */
101 unsigned long flags; 99 unsigned long flags;
102 /* Optional callbacks to power on or off and reset the sensor */ 100 /* Optional callbacks to power on or off and reset the sensor */