diff options
Diffstat (limited to 'include/linux/videodev.h')
-rw-r--r-- | include/linux/videodev.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/include/linux/videodev.h b/include/linux/videodev.h index 5b6205544a7..41bc7e9603c 100644 --- a/include/linux/videodev.h +++ b/include/linux/videodev.h @@ -12,13 +12,6 @@ #ifndef __LINUX_VIDEODEV_H #define __LINUX_VIDEODEV_H -#include <linux/types.h> -#include <linux/poll.h> -#include <linux/fs.h> -#include <linux/device.h> -#include <linux/mutex.h> -#include <linux/compiler.h> /* need __user */ - #define HAVE_V4L1 1 #include <linux/videodev2.h> @@ -343,10 +336,6 @@ struct video_code #define VID_HARDWARE_SN9C102 38 #define VID_HARDWARE_ARV 39 -#ifdef __KERNEL__ -#include <media/v4l2-dev.h> -#endif /* __KERNEL__ */ - #endif /* __LINUX_VIDEODEV_H */ /* |