diff options
author | Guennadi Liakhovetski <g.liakhovetski@gmx.de> | 2011-09-09 12:56:04 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-11-03 16:29:04 -0400 |
commit | 95d20109ad6478ecea5e93ba191270fb645d52c7 (patch) | |
tree | eba4717e3885a165f27c9aa2a3242202daeae58a /drivers/media/video/ov6650.c | |
parent | 2f0babb7e43278247df512263581c4738afa4cbc (diff) |
[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/ov6650.c')
-rw-r--r-- | drivers/media/video/ov6650.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/ov6650.c b/drivers/media/video/ov6650.c index eb296f9e69f4..8d17c519a9f7 100644 --- a/drivers/media/video/ov6650.c +++ b/drivers/media/video/ov6650.c | |||
@@ -28,9 +28,9 @@ | |||
28 | #include <linux/delay.h> | 28 | #include <linux/delay.h> |
29 | #include <linux/i2c.h> | 29 | #include <linux/i2c.h> |
30 | #include <linux/slab.h> | 30 | #include <linux/slab.h> |
31 | #include <linux/v4l2-mediabus.h> | ||
31 | 32 | ||
32 | #include <media/soc_camera.h> | 33 | #include <media/soc_camera.h> |
33 | #include <media/soc_mediabus.h> | ||
34 | #include <media/v4l2-chip-ident.h> | 34 | #include <media/v4l2-chip-ident.h> |
35 | #include <media/v4l2-ctrls.h> | 35 | #include <media/v4l2-ctrls.h> |
36 | 36 | ||