diff options
Diffstat (limited to 'include/media')
-rw-r--r-- | include/media/videobuf-core.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/media/videobuf-core.h b/include/media/videobuf-core.h index 9fa09fb800a1..0fa5d5912555 100644 --- a/include/media/videobuf-core.h +++ b/include/media/videobuf-core.h | |||
@@ -133,7 +133,7 @@ struct videobuf_qtype_ops { | |||
133 | enum v4l2_memory memory); | 133 | enum v4l2_memory memory); |
134 | int (*sync) (struct videobuf_queue* q, | 134 | int (*sync) (struct videobuf_queue* q, |
135 | struct videobuf_buffer *buf); | 135 | struct videobuf_buffer *buf); |
136 | int (*copy_to_user) (struct videobuf_queue *q, | 136 | int (*video_copy_to_user)(struct videobuf_queue *q, |
137 | char __user *data, | 137 | char __user *data, |
138 | size_t count, | 138 | size_t count, |
139 | int nonblocking); | 139 | int nonblocking); |