diff options
Diffstat (limited to 'linux/drivers/media/video/videodev.c')
-rw-r--r-- | linux/drivers/media/video/videodev.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/video/videodev.c b/linux/drivers/media/video/videodev.c index 063f02159..61c59ac41 100644 --- a/linux/drivers/media/video/videodev.c +++ b/linux/drivers/media/video/videodev.c @@ -38,7 +38,6 @@ #include <linux/slab.h> #include <asm/uaccess.h> #include <asm/system.h> -#include "compat.h" #if LINUX_VERSION_CODE <= KERNEL_VERSION(2,6,15) #include <asm/semaphore.h> #endif @@ -50,6 +49,7 @@ #include <linux/videodev.h> #endif #include <media/v4l2-common.h> +#include "compat.h" #define VIDEO_NUM_DEVICES 256 #define VIDEO_NAME "video4linux" |