aboutsummaryrefslogtreecommitdiff
path: root/include/media
diff options
context:
space:
mode:
authorGuennadi Liakhovetski <g.liakhovetski@gmx.de>2011-07-28 18:36:01 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2011-11-03 18:28:12 -0200
commit1067247f56c5a9325332148c0dea42a2aa7e718f (patch)
tree823ada3bfe79661033aed1df731dfe3a10991f0f /include/media
parent71f5ec8406e0d2f7c85bc1207df88207cf784377 (diff)
[media] V4L: soc_camera_platform: remove superfluous soc-camera client operations
Now that all soc-camera hosts have been ported to use V4L2 subdevice mediabus-config operations and soc-camera client bus-parameter operations have been made optional, they can be removed. Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'include/media')
-rw-r--r--include/media/soc_camera_platform.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/media/soc_camera_platform.h b/include/media/soc_camera_platform.h
index a15f92be8aba..8aa4200a0b1d 100644
--- a/include/media/soc_camera_platform.h
+++ b/include/media/soc_camera_platform.h
@@ -21,7 +21,6 @@ struct soc_camera_platform_info {
const char *format_name;
unsigned long format_depth;
struct v4l2_mbus_framefmt format;
- unsigned long bus_param;
unsigned long mbus_param;
enum v4l2_mbus_type mbus_type;
struct soc_camera_device *icd;