Commit c6f5af88 authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman

Staging: go7007: fix build error

VID_TYPE_CAPTURE is a v4l1 thing only.
Reported-by: default avatarRandy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 253d3b13
...@@ -1827,7 +1827,6 @@ static const struct v4l2_ioctl_ops video_ioctl_ops = { ...@@ -1827,7 +1827,6 @@ static const struct v4l2_ioctl_ops video_ioctl_ops = {
static struct video_device go7007_template = { static struct video_device go7007_template = {
.name = "go7007", .name = "go7007",
.vfl_type = VID_TYPE_CAPTURE,
.fops = &go7007_fops, .fops = &go7007_fops,
.minor = -1, .minor = -1,
.release = go7007_vfl_release, .release = go7007_vfl_release,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment