diff options
Diffstat (limited to 'include/media/v4l2-fh.h')
-rw-r--r-- | include/media/v4l2-fh.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/media/v4l2-fh.h b/include/media/v4l2-fh.h index a62ee18cb7b7..528cdaf622e1 100644 --- a/include/media/v4l2-fh.h +++ b/include/media/v4l2-fh.h | |||
@@ -26,7 +26,9 @@ | |||
26 | #ifndef V4L2_FH_H | 26 | #ifndef V4L2_FH_H |
27 | #define V4L2_FH_H | 27 | #define V4L2_FH_H |
28 | 28 | ||
29 | #include <linux/fs.h> | ||
29 | #include <linux/list.h> | 30 | #include <linux/list.h> |
31 | #include <linux/videodev2.h> | ||
30 | 32 | ||
31 | struct video_device; | 33 | struct video_device; |
32 | struct v4l2_ctrl_handler; | 34 | struct v4l2_ctrl_handler; |