diff options
Diffstat (limited to 'linux/drivers/media/video/msp3400-driver.c')
-rw-r--r-- | linux/drivers/media/video/msp3400-driver.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/video/msp3400-driver.c b/linux/drivers/media/video/msp3400-driver.c index 7a3fbf51d..47c4d51cf 100644 --- a/linux/drivers/media/video/msp3400-driver.c +++ b/linux/drivers/media/video/msp3400-driver.c @@ -59,7 +59,7 @@ #include <media/audiochip.h> #include "msp3400.h" #if LINUX_VERSION_CODE < KERNEL_VERSION(2,5,0) -#include <media/i2c-compat.h> +#include "i2c-compat.h" #endif /* ---------------------------------------------------------------------- */ |