diff options
Diffstat (limited to 'linux/drivers/media/video/cx88/cx88-i2c.c')
-rw-r--r-- | linux/drivers/media/video/cx88/cx88-i2c.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linux/drivers/media/video/cx88/cx88-i2c.c b/linux/drivers/media/video/cx88/cx88-i2c.c index 9b7151ccf..6c9ad8dff 100644 --- a/linux/drivers/media/video/cx88/cx88-i2c.c +++ b/linux/drivers/media/video/cx88/cx88-i2c.c @@ -1,5 +1,5 @@ /* - $Id: cx88-i2c.c,v 1.36 2005/12/02 21:37:45 mkrufky Exp $ + $Id: cx88-i2c.c,v 1.37 2005/12/25 19:06:18 mkrufky Exp $ cx88-i2c.c -- all the i2c code is here @@ -33,7 +33,7 @@ #include "compat.h" #include "cx88.h" #if LINUX_VERSION_CODE < KERNEL_VERSION(2,5,0) -#include <media/i2c-compat.h> +#include "i2c-compat.h" #endif static unsigned int i2c_debug = 0; |