Skip to content

Commit

Permalink
Staging: go7007: fix build error
Browse files Browse the repository at this point in the history
VID_TYPE_CAPTURE is a v4l1 thing only.

Reported-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Greg Kroah-Hartman committed Apr 3, 2009
1 parent 253d3b1 commit c6f5af8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/staging/go7007/go7007-v4l2.c
Original file line number Diff line number Diff line change
Expand Up @@ -1827,7 +1827,6 @@ static const struct v4l2_ioctl_ops video_ioctl_ops = {

static struct video_device go7007_template = {
.name = "go7007",
.vfl_type = VID_TYPE_CAPTURE,
.fops = &go7007_fops,
.minor = -1,
.release = go7007_vfl_release,
Expand Down

0 comments on commit c6f5af8

Please sign in to comment.