diff options
author | Jonathan Corbet <corbet@lwn.net> | 2011-06-11 19:46:42 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-07-27 22:53:00 +0200 |
commit | f8fc729870ee82662ae6e3a713d59b2fbf3b04c6 (patch) | |
tree | 84c00d006269c28e0799a2ca6c2823b81cb1e3d2 /drivers/media/video/ov7670.c | |
parent | [media] DocBook: Use base64 for gif/png files (diff) | |
download | linux-f8fc729870ee82662ae6e3a713d59b2fbf3b04c6.tar.xz linux-f8fc729870ee82662ae6e3a713d59b2fbf3b04c6.zip |
[media] marvell-cam: Move cafe-ccic into its own directory
This driver will soon become a family of drivers, so let's give it its own
place to live. This move requires putting ov7670.h into include/media, but
there are no code changes.
Cc: Daniel Drake <dsd@laptop.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/ov7670.c')
-rw-r--r-- | drivers/media/video/ov7670.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/media/video/ov7670.c b/drivers/media/video/ov7670.c index d4e7c11553c3..8aa058531280 100644 --- a/drivers/media/video/ov7670.c +++ b/drivers/media/video/ov7670.c @@ -19,8 +19,7 @@ #include <media/v4l2-device.h> #include <media/v4l2-chip-ident.h> #include <media/v4l2-mediabus.h> - -#include "ov7670.h" +#include <media/ov7670.h> MODULE_AUTHOR("Jonathan Corbet <corbet@lwn.net>"); MODULE_DESCRIPTION("A low-level driver for OmniVision ov7670 sensors"); |