summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/tuner-core.c
diff options
context:
space:
mode:
authorMichael Krufky <devnull@localhost>2005-12-25 19:06:18 +0000
committerMichael Krufky <devnull@localhost>2005-12-25 19:06:18 +0000
commitfc7f695138ac117b7360b255e9e5415aea982290 (patch)
tree9a637f8bab4c375f83bfdcfa79bcc831ceb9f303 /linux/drivers/media/video/tuner-core.c
parent908cf757772da878ab5aa49a1253834bacfe9e5e (diff)
downloadmediapointer-dvb-s2-fc7f695138ac117b7360b255e9e5415aea982290.tar.gz
mediapointer-dvb-s2-fc7f695138ac117b7360b255e9e5415aea982290.tar.bz2
replace <media/i2c-compat.h> with "i2c-compat.h"
-#include <media/i2c-compat.h> +#include "i2c-compat.h" Signed-off-by: Michael Krufky <mkrufky@m1k.net>
Diffstat (limited to 'linux/drivers/media/video/tuner-core.c')
-rw-r--r--linux/drivers/media/video/tuner-core.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/linux/drivers/media/video/tuner-core.c b/linux/drivers/media/video/tuner-core.c
index aa6cadda6..7e5805da8 100644
--- a/linux/drivers/media/video/tuner-core.c
+++ b/linux/drivers/media/video/tuner-core.c
@@ -1,5 +1,5 @@
/*
- * $Id: tuner-core.c,v 1.90 2005/12/11 17:55:45 mchehab Exp $
+ * $Id: tuner-core.c,v 1.91 2005/12/25 19:06:18 mkrufky Exp $
*
* i2c tv tuner chip device driver
* core core, i.e. kernel interfaces, registering and so on
@@ -24,7 +24,7 @@
#include <media/tuner.h>
#include <media/audiochip.h>
#if LINUX_VERSION_CODE < KERNEL_VERSION(2,5,0)
-#include <media/i2c-compat.h>
+#include "i2c-compat.h"
#endif
#include "msp3400.h"