diff options
author | Ross Cohen <rcohen@snurgle.org> | 2008-09-29 22:36:24 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2008-10-10 15:31:11 -0700 |
commit | df20d69ec968b33526461457c219ad4ba8ba8ac8 (patch) | |
tree | 378597585d42511271d9a8c65d6b1e0aa076698c /drivers/staging/go7007/wis-ov7640.c | |
parent | d63d692a44c918723895f792ffd17eab7bcfb8ef (diff) |
Staging: go7007 v4l fixes
Fix up some of the v4l issues that were recently changed to make the
go7007 driver a bit cleaner.
From: Ross Cohen <rcohen@snurgle.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/go7007/wis-ov7640.c')
-rw-r--r-- | drivers/staging/go7007/wis-ov7640.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/staging/go7007/wis-ov7640.c b/drivers/staging/go7007/wis-ov7640.c index 815615a6230..f5f11e927af 100644 --- a/drivers/staging/go7007/wis-ov7640.c +++ b/drivers/staging/go7007/wis-ov7640.c @@ -19,8 +19,7 @@ #include <linux/init.h> #include <linux/version.h> #include <linux/i2c.h> -#include <linux/videodev.h> -#include <linux/video_decoder.h> +#include <linux/videodev2.h> #include "wis-i2c.h" |