diff options
author | Guennadi Liakhovetski <g.liakhovetski@gmx.de> | 2011-07-28 19:02:34 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-11-03 18:28:05 -0200 |
commit | 3e1b6b72b9a33a12efbe29f046335098c53dbb58 (patch) | |
tree | b10ee70dc7e265b9b1fdc5bb12c3685f63b993f4 /include/media/ov772x.h | |
parent | cb626371f872070e7fb4ee9caa7bc873c3ceec55 (diff) |
[media] V4L: ov772x: 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/ov772x.h')
-rw-r--r-- | include/media/ov772x.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/media/ov772x.h b/include/media/ov772x.h index f9e27c0ce90..00dbb7c4fea 100644 --- a/include/media/ov772x.h +++ b/include/media/ov772x.h @@ -15,7 +15,6 @@ /* for flags */ #define OV772X_FLAG_VFLIP (1 << 0) /* Vertical flip image */ #define OV772X_FLAG_HFLIP (1 << 1) /* Horizontal flip image */ -#define OV772X_FLAG_8BIT (1 << 2) /* default 10 bit */ /* * for Edge ctrl |