diff options
author | Sascha Hauer <s.hauer@pengutronix.de> | 2009-03-13 05:08:20 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-03-30 11:43:22 -0400 |
commit | d42574d1d26a17b5c4a3e9d5cbd2e5cacfd550fa (patch) | |
tree | 61fb5734f00ea84d3673c99d91630c449426d3cf /include/media/soc_camera.h | |
parent | e958e27adeade7fa085dd396a8a0dfaef7e338c1 (diff) |
V4L/DVB (11034): soc-camera: remove now unused gpio member of struct soc_camera_link
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'include/media/soc_camera.h')
-rw-r--r-- | include/media/soc_camera.h | 2 |
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 { | |||
95 | struct soc_camera_link { | 95 | struct 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 */ |