diff options
author | Guennadi Liakhovetski <g.liakhovetski@gmx.de> | 2011-09-09 13:56:04 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-11-03 18:29:04 -0200 |
commit | 95d20109ad6478ecea5e93ba191270fb645d52c7 (patch) | |
tree | eba4717e3885a165f27c9aa2a3242202daeae58a /drivers/media/video/ov772x.c | |
parent | 2f0babb7e43278247df512263581c4738afa4cbc (diff) | |
download | blackbird-op-linux-95d20109ad6478ecea5e93ba191270fb645d52c7.tar.gz blackbird-op-linux-95d20109ad6478ecea5e93ba191270fb645d52c7.zip |
[media] V4L: replace soc-camera specific soc_mediabus.h with v4l2-mediabus.h
Most users of the <media/soc_mediabus.h> header only need pixel code
definitions, which are now located in the generic <linux/v4l2-mediabus.h>
header. Switch over to reduce soc-camera dependencies.
Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/ov772x.c')
-rw-r--r-- | drivers/media/video/ov772x.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/ov772x.c b/drivers/media/video/ov772x.c index a2146c30771e..9f6ce3d8a29e 100644 --- a/drivers/media/video/ov772x.c +++ b/drivers/media/video/ov772x.c @@ -20,11 +20,11 @@ #include <linux/i2c.h> #include <linux/slab.h> #include <linux/delay.h> +#include <linux/v4l2-mediabus.h> #include <linux/videodev2.h> #include <media/ov772x.h> #include <media/soc_camera.h> -#include <media/soc_mediabus.h> #include <media/v4l2-ctrls.h> #include <media/v4l2-chip-ident.h> #include <media/v4l2-subdev.h> |