projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
253d3b1
)
Staging: go7007: fix build error
author
Greg Kroah-Hartman
<gregkh@suse.de>
Tue, 17 Mar 2009 23:01:58 +0000
(16:01 -0700)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Fri, 3 Apr 2009 21:53:27 +0000
(14:53 -0700)
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>
drivers/staging/go7007/go7007-v4l2.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/staging/go7007/go7007-v4l2.c
b/drivers/staging/go7007/go7007-v4l2.c
index 868edb65e7bf6fe27fc05251e4efe3351fc74a6d..06cacd37bbd801a014f35fb45614177441cafab8 100644
(file)
--- a/
drivers/staging/go7007/go7007-v4l2.c
+++ b/
drivers/staging/go7007/go7007-v4l2.c
@@
-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,