From fc7f695138ac117b7360b255e9e5415aea982290 Mon Sep 17 00:00:00 2001 From: Michael Krufky Date: Sun, 25 Dec 2005 19:06:18 +0000 Subject: replace with "i2c-compat.h" -#include +#include "i2c-compat.h" Signed-off-by: Michael Krufky --- linux/drivers/media/video/tuner-simple.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'linux/drivers/media/video/tuner-simple.c') diff --git a/linux/drivers/media/video/tuner-simple.c b/linux/drivers/media/video/tuner-simple.c index d11bb31cc..267c4b06b 100644 --- a/linux/drivers/media/video/tuner-simple.c +++ b/linux/drivers/media/video/tuner-simple.c @@ -1,5 +1,5 @@ /* - * $Id: tuner-simple.c,v 1.66 2005/12/20 07:32:45 mkrufky Exp $ + * $Id: tuner-simple.c,v 1.67 2005/12/25 19:06:18 mkrufky Exp $ * * i2c tv tuner chip device driver * controls all those simple 4-control-bytes style tuners. @@ -10,7 +10,7 @@ #include #include #if LINUX_VERSION_CODE < KERNEL_VERSION(2,5,0) -#include +#include "i2c-compat.h" #include #endif -- cgit v1.2.3