diff options
Diffstat (limited to 'linux/drivers/media/video/tda8290.c')
-rw-r--r-- | linux/drivers/media/video/tda8290.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linux/drivers/media/video/tda8290.c b/linux/drivers/media/video/tda8290.c index 5f138d934..cada3fbf2 100644 --- a/linux/drivers/media/video/tda8290.c +++ b/linux/drivers/media/video/tda8290.c @@ -1,5 +1,5 @@ /* - $Id: tda8290.c,v 1.31 2005/12/11 18:11:56 mchehab Exp $ + $Id: tda8290.c,v 1.32 2005/12/25 19:06:18 mkrufky Exp $ i2c tv tuner chip device driver controls the philips tda8290+75 tuner chip combo. @@ -25,7 +25,7 @@ #include <linux/delay.h> #include <media/tuner.h> #if LINUX_VERSION_CODE < KERNEL_VERSION(2,5,0) -#include <media/i2c-compat.h> +#include "i2c-compat.h" #endif /* ---------------------------------------------------------------------- */ |