diff options
author | Guennadi Liakhovetski <g.liakhovetski@gmx.de> | 2011-07-28 18:02:34 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-11-03 16:28:05 -0400 |
commit | 3e1b6b72b9a33a12efbe29f046335098c53dbb58 (patch) | |
tree | b10ee70dc7e265b9b1fdc5bb12c3685f63b993f4 /include/media | |
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')
-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 f9e27c0ce901..00dbb7c4feae 100644 --- a/include/media/ov772x.h +++ b/include/media/ov772x.h | |||
@@ -15,7 +15,6 @@ | |||
15 | /* for flags */ | 15 | /* for flags */ |
16 | #define OV772X_FLAG_VFLIP (1 << 0) /* Vertical flip image */ | 16 | #define OV772X_FLAG_VFLIP (1 << 0) /* Vertical flip image */ |
17 | #define OV772X_FLAG_HFLIP (1 << 1) /* Horizontal flip image */ | 17 | #define OV772X_FLAG_HFLIP (1 << 1) /* Horizontal flip image */ |
18 | #define OV772X_FLAG_8BIT (1 << 2) /* default 10 bit */ | ||
19 | 18 | ||
20 | /* | 19 | /* |
21 | * for Edge ctrl | 20 | * for Edge ctrl |