diff options
Diffstat (limited to 'linux/drivers/media/video/planb.c')
-rw-r--r-- | linux/drivers/media/video/planb.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/linux/drivers/media/video/planb.c b/linux/drivers/media/video/planb.c index 358dc2996..e9860c883 100644 --- a/linux/drivers/media/video/planb.c +++ b/linux/drivers/media/video/planb.c @@ -50,7 +50,10 @@ #include <asm/pgtable.h> #include <asm/page.h> #include <asm/irq.h> + +#if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 16) #include <linux/mutex.h> +#endif #include "planb.h" #include "saa7196.h" |