diff options
Diffstat (limited to 'include/linux/videodev2.h')
-rw-r--r-- | include/linux/videodev2.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/videodev2.h b/include/linux/videodev2.h index 3f1504353472..724cfbf54b8a 100644 --- a/include/linux/videodev2.h +++ b/include/linux/videodev2.h | |||
@@ -560,7 +560,7 @@ struct v4l2_framebuffer | |||
560 | struct v4l2_clip | 560 | struct v4l2_clip |
561 | { | 561 | { |
562 | struct v4l2_rect c; | 562 | struct v4l2_rect c; |
563 | struct v4l2_clip *next; | 563 | struct v4l2_clip __user *next; |
564 | }; | 564 | }; |
565 | 565 | ||
566 | struct v4l2_window | 566 | struct v4l2_window |