diff options
Diffstat (limited to 'include/linux/ivtv.h')
-rw-r--r-- | include/linux/ivtv.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/include/linux/ivtv.h b/include/linux/ivtv.h index 794b8da..f272028 100644 --- a/include/linux/ivtv.h +++ b/include/linux/ivtv.h @@ -21,12 +21,9 @@ #ifndef __LINUX_IVTV_H__ #define __LINUX_IVTV_H__ -#ifdef __KERNEL__ -#include <linux/compiler.h> /* need __user */ -#else -#define __user -#endif +#include <linux/compiler.h> #include <linux/types.h> +#include <linux/videodev2.h> /* ivtv knows several distinct output modes: MPEG streaming, YUV streaming, YUV updates through user DMA and the passthrough |