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/mt20xx.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'linux/drivers/media/video/mt20xx.c') diff --git a/linux/drivers/media/video/mt20xx.c b/linux/drivers/media/video/mt20xx.c index 956af1dd4..2fe359682 100644 --- a/linux/drivers/media/video/mt20xx.c +++ b/linux/drivers/media/video/mt20xx.c @@ -1,5 +1,5 @@ /* - * $Id: mt20xx.c,v 1.11 2005/12/11 18:11:56 mchehab Exp $ + * $Id: mt20xx.c,v 1.12 2005/12/25 19:06:18 mkrufky Exp $ * * i2c tv tuner chip device driver * controls microtune tuners, mt2032 + mt2050 at the moment. @@ -11,7 +11,7 @@ #include #include #if LINUX_VERSION_CODE < KERNEL_VERSION(2,5,0) -#include +#include "i2c-compat.h" #endif /* ---------------------------------------------------------------------- */ -- cgit v1.2.3