summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video
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
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')
-rw-r--r--linux/drivers/media/video/bttvp.h4
-rw-r--r--linux/drivers/media/video/cs53l32a.c2
-rw-r--r--linux/drivers/media/video/cx25840/cx25840-audio.c2
-rw-r--r--linux/drivers/media/video/cx25840/cx25840-core.c2
-rw-r--r--linux/drivers/media/video/cx88/cx88-i2c.c4
-rw-r--r--linux/drivers/media/video/cx88/cx88-vp3054-i2c.c4
-rw-r--r--linux/drivers/media/video/em28xx/em28xx-video.c2
-rw-r--r--linux/drivers/media/video/msp3400-driver.c2
-rw-r--r--linux/drivers/media/video/msp3400.c2
-rw-r--r--linux/drivers/media/video/mt20xx.c4
-rw-r--r--linux/drivers/media/video/saa6588.c2
-rw-r--r--linux/drivers/media/video/saa7115.c2
-rw-r--r--linux/drivers/media/video/saa711x.c2
-rw-r--r--linux/drivers/media/video/saa7127.c2
-rw-r--r--linux/drivers/media/video/saa7134/saa6752hs.c2
-rw-r--r--linux/drivers/media/video/saa7134/saa7134.h4
-rw-r--r--linux/drivers/media/video/tda8290.c4
-rw-r--r--linux/drivers/media/video/tda9887.c2
-rw-r--r--linux/drivers/media/video/tea5767.c4
-rw-r--r--linux/drivers/media/video/tuner-core.c4
-rw-r--r--linux/drivers/media/video/tuner-simple.c4
-rw-r--r--linux/drivers/media/video/tvaudio.c2
-rw-r--r--linux/drivers/media/video/tvmixer.c4
-rw-r--r--linux/drivers/media/video/tvp5150.c2
-rw-r--r--linux/drivers/media/video/wm8775.c2
25 files changed, 35 insertions, 35 deletions
diff --git a/linux/drivers/media/video/bttvp.h b/linux/drivers/media/video/bttvp.h
index 019994967..88f77caa4 100644
--- a/linux/drivers/media/video/bttvp.h
+++ b/linux/drivers/media/video/bttvp.h
@@ -1,5 +1,5 @@
/*
- $Id: bttvp.h,v 1.30 2005/12/14 22:05:02 hverkuil Exp $
+ $Id: bttvp.h,v 1.31 2005/12/25 19:06:18 mkrufky Exp $
bttv - Bt848 frame grabber driver
@@ -41,7 +41,7 @@
#include <asm/io.h>
#if LINUX_VERSION_CODE < KERNEL_VERSION(2,5,0)
-#include <media/i2c-compat.h>
+#include "i2c-compat.h"
#define strlcpy(dest,src,len) strncpy(dest,src,(len)-1)
#else
#include <linux/device.h>
diff --git a/linux/drivers/media/video/cs53l32a.c b/linux/drivers/media/video/cs53l32a.c
index 1e5cf79d6..4c3ff4891 100644
--- a/linux/drivers/media/video/cs53l32a.c
+++ b/linux/drivers/media/video/cs53l32a.c
@@ -30,7 +30,7 @@
#include <linux/videodev.h>
#include <media/audiochip.h>
#if LINUX_VERSION_CODE < KERNEL_VERSION(2,5,0)
-#include <media/i2c-compat.h>
+#include "i2c-compat.h"
#include <linux/slab.h>
#endif
diff --git a/linux/drivers/media/video/cx25840/cx25840-audio.c b/linux/drivers/media/video/cx25840/cx25840-audio.c
index 08063e983..3860ad04d 100644
--- a/linux/drivers/media/video/cx25840/cx25840-audio.c
+++ b/linux/drivers/media/video/cx25840/cx25840-audio.c
@@ -22,7 +22,7 @@
#include <media/audiochip.h>
#include <media/v4l2-common.h>
#if LINUX_VERSION_CODE < KERNEL_VERSION(2,5,0)
-#include <media/i2c-compat.h>
+#include "i2c-compat.h"
#endif
#include "cx25840.h"
diff --git a/linux/drivers/media/video/cx25840/cx25840-core.c b/linux/drivers/media/video/cx25840/cx25840-core.c
index 8ed4dc3cf..694d86b5a 100644
--- a/linux/drivers/media/video/cx25840/cx25840-core.c
+++ b/linux/drivers/media/video/cx25840/cx25840-core.c
@@ -35,7 +35,7 @@
#include <media/audiochip.h>
#include <media/v4l2-common.h>
#if LINUX_VERSION_CODE < KERNEL_VERSION(2,5,0)
-#include <media/i2c-compat.h>
+#include "i2c-compat.h"
#endif
#include "cx25840.h"
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;
diff --git a/linux/drivers/media/video/cx88/cx88-vp3054-i2c.c b/linux/drivers/media/video/cx88/cx88-vp3054-i2c.c
index b5295da91..c2dbad6df 100644
--- a/linux/drivers/media/video/cx88/cx88-vp3054-i2c.c
+++ b/linux/drivers/media/video/cx88/cx88-vp3054-i2c.c
@@ -1,5 +1,5 @@
/*
- $Id: cx88-vp3054-i2c.c,v 1.2 2005/12/23 13:37:10 mchehab Exp $
+ $Id: cx88-vp3054-i2c.c,v 1.3 2005/12/25 19:06:18 mkrufky Exp $
cx88-vp3054-i2c.c -- support for the secondary I2C bus of the
DNTV Live! DVB-T Pro (VP-3054), wired as:
@@ -34,7 +34,7 @@
#include "cx88-vp3054-i2c.h"
#if LINUX_VERSION_CODE < KERNEL_VERSION(2,5,0)
-#include <media/i2c-compat.h>
+#include "i2c-compat.h"
#endif
/* ----------------------------------------------------------------------- */
diff --git a/linux/drivers/media/video/em28xx/em28xx-video.c b/linux/drivers/media/video/em28xx/em28xx-video.c
index a1c85ce03..94696254e 100644
--- a/linux/drivers/media/video/em28xx/em28xx-video.c
+++ b/linux/drivers/media/video/em28xx/em28xx-video.c
@@ -34,7 +34,7 @@
#include <media/tuner.h>
#include <media/v4l2-common.h>
#if LINUX_VERSION_CODE < KERNEL_VERSION(2,5,0)
-#include <media/i2c-compat.h>
+#include "i2c-compat.h"
#include <linux/moduleparam.h>
#endif
diff --git a/linux/drivers/media/video/msp3400-driver.c b/linux/drivers/media/video/msp3400-driver.c
index 7a3fbf51d..47c4d51cf 100644
--- a/linux/drivers/media/video/msp3400-driver.c
+++ b/linux/drivers/media/video/msp3400-driver.c
@@ -59,7 +59,7 @@
#include <media/audiochip.h>
#include "msp3400.h"
#if LINUX_VERSION_CODE < KERNEL_VERSION(2,5,0)
-#include <media/i2c-compat.h>
+#include "i2c-compat.h"
#endif
/* ---------------------------------------------------------------------- */
diff --git a/linux/drivers/media/video/msp3400.c b/linux/drivers/media/video/msp3400.c
index 7a3fbf51d..47c4d51cf 100644
--- a/linux/drivers/media/video/msp3400.c
+++ b/linux/drivers/media/video/msp3400.c
@@ -59,7 +59,7 @@
#include <media/audiochip.h>
#include "msp3400.h"
#if LINUX_VERSION_CODE < KERNEL_VERSION(2,5,0)
-#include <media/i2c-compat.h>
+#include "i2c-compat.h"
#endif
/* ---------------------------------------------------------------------- */
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 <linux/moduleparam.h>
#include <media/tuner.h>
#if LINUX_VERSION_CODE < KERNEL_VERSION(2,5,0)
-#include <media/i2c-compat.h>
+#include "i2c-compat.h"
#endif
/* ---------------------------------------------------------------------- */
diff --git a/linux/drivers/media/video/saa6588.c b/linux/drivers/media/video/saa6588.c
index 8ed0e96d4..a775c89e0 100644
--- a/linux/drivers/media/video/saa6588.c
+++ b/linux/drivers/media/video/saa6588.c
@@ -33,7 +33,7 @@
#include <asm/uaccess.h>
#if LINUX_VERSION_CODE < KERNEL_VERSION(2,5,0)
-#include <media/i2c-compat.h>
+#include "i2c-compat.h"
#endif
#include "rds.h"
diff --git a/linux/drivers/media/video/saa7115.c b/linux/drivers/media/video/saa7115.c
index 87437fe7e..9c32000e5 100644
--- a/linux/drivers/media/video/saa7115.c
+++ b/linux/drivers/media/video/saa7115.c
@@ -41,7 +41,7 @@
#include <linux/videodev2.h>
#include <media/v4l2-common.h>
#if LINUX_VERSION_CODE < KERNEL_VERSION(2,5,0)
-#include <media/i2c-compat.h>
+#include "i2c-compat.h"
#endif
#include <asm/div64.h>
diff --git a/linux/drivers/media/video/saa711x.c b/linux/drivers/media/video/saa711x.c
index ca27ae3d8..a07bc3de3 100644
--- a/linux/drivers/media/video/saa711x.c
+++ b/linux/drivers/media/video/saa711x.c
@@ -48,7 +48,7 @@ MODULE_LICENSE("GPL");
#include <linux/i2c.h>
#include <linux/i2c-dev.h>
#if LINUX_VERSION_CODE < KERNEL_VERSION(2,5,0)
-#include <media/i2c-compat.h>
+#include "i2c-compat.h"
#endif
#define I2C_NAME(s) (s)->name
diff --git a/linux/drivers/media/video/saa7127.c b/linux/drivers/media/video/saa7127.c
index d44887554..063fff4c0 100644
--- a/linux/drivers/media/video/saa7127.c
+++ b/linux/drivers/media/video/saa7127.c
@@ -56,7 +56,7 @@
#include <linux/videodev2.h>
#include <media/v4l2-common.h>
#if LINUX_VERSION_CODE < KERNEL_VERSION(2,5,0)
-#include <media/i2c-compat.h>
+#include "i2c-compat.h"
#endif
static int debug = 0;
diff --git a/linux/drivers/media/video/saa7134/saa6752hs.c b/linux/drivers/media/video/saa7134/saa6752hs.c
index 2415ed63e..028eb27b6 100644
--- a/linux/drivers/media/video/saa7134/saa6752hs.c
+++ b/linux/drivers/media/video/saa7134/saa6752hs.c
@@ -15,7 +15,7 @@
#include <linux/crc32.h>
#if LINUX_VERSION_CODE < KERNEL_VERSION(2,5,0)
-#include <media/i2c-compat.h>
+#include "i2c-compat.h"
#endif
#define MPEG_VIDEO_TARGET_BITRATE_MAX 27000
diff --git a/linux/drivers/media/video/saa7134/saa7134.h b/linux/drivers/media/video/saa7134/saa7134.h
index 81e82a024..c34d9215b 100644
--- a/linux/drivers/media/video/saa7134/saa7134.h
+++ b/linux/drivers/media/video/saa7134/saa7134.h
@@ -1,5 +1,5 @@
/*
- * $Id: saa7134.h,v 1.85 2005/12/07 14:17:03 mchehab Exp $
+ * $Id: saa7134.h,v 1.86 2005/12/25 19:06:18 mkrufky Exp $
*
* v4l2 device driver for philips saa7134 based TV cards
*
@@ -40,7 +40,7 @@
#include <media/ir-kbd-i2c.h>
#include <media/video-buf.h>
#if LINUX_VERSION_CODE < KERNEL_VERSION(2,5,64)
-#include <media/i2c-compat.h>
+#include "i2c-compat.h"
#else
#include <sound/driver.h>
#include <sound/core.h>
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
/* ---------------------------------------------------------------------- */
diff --git a/linux/drivers/media/video/tda9887.c b/linux/drivers/media/video/tda9887.c
index 215a5b1a4..44757e01a 100644
--- a/linux/drivers/media/video/tda9887.c
+++ b/linux/drivers/media/video/tda9887.c
@@ -11,7 +11,7 @@
#include <linux/delay.h>
#if LINUX_VERSION_CODE < KERNEL_VERSION(2,5,0)
-#include <media/i2c-compat.h>
+#include "i2c-compat.h"
#endif
#include <media/audiochip.h>
#include <media/tuner.h>
diff --git a/linux/drivers/media/video/tea5767.c b/linux/drivers/media/video/tea5767.c
index c9a66b6df..f4cadd2b4 100644
--- a/linux/drivers/media/video/tea5767.c
+++ b/linux/drivers/media/video/tea5767.c
@@ -2,7 +2,7 @@
* For Philips TEA5767 FM Chip used on some TV Cards like Prolink Pixelview
* I2C address is allways 0xC0.
*
- * $Id: tea5767.c,v 1.31 2005/12/11 18:11:56 mchehab Exp $
+ * $Id: tea5767.c,v 1.32 2005/12/25 19:06:18 mkrufky Exp $
*
* Copyright (c) 2005 Mauro Carvalho Chehab (mchehab@brturbo.com.br)
* This code is placed under the terms of the GNU General Public License
@@ -17,7 +17,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
#define PREFIX "TEA5767 "
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"
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 <linux/videodev.h>
#include <media/tuner.h>
#if LINUX_VERSION_CODE < KERNEL_VERSION(2,5,0)
-#include <media/i2c-compat.h>
+#include "i2c-compat.h"
#include <linux/moduleparam.h>
#endif
diff --git a/linux/drivers/media/video/tvaudio.c b/linux/drivers/media/video/tvaudio.c
index 87920d6b2..b2b0ecaca 100644
--- a/linux/drivers/media/video/tvaudio.c
+++ b/linux/drivers/media/video/tvaudio.c
@@ -32,7 +32,7 @@
#include <linux/smp_lock.h>
#if LINUX_VERSION_CODE < KERNEL_VERSION(2,5,0)
-#include <media/i2c-compat.h>
+#include "i2c-compat.h"
#else
#endif
#include <media/audiochip.h>
diff --git a/linux/drivers/media/video/tvmixer.c b/linux/drivers/media/video/tvmixer.c
index 50df70b7e..42c586beb 100644
--- a/linux/drivers/media/video/tvmixer.c
+++ b/linux/drivers/media/video/tvmixer.c
@@ -1,5 +1,5 @@
/*
- * $Id: tvmixer.c,v 1.12 2005/10/16 12:13:58 mchehab Exp $
+ * $Id: tvmixer.c,v 1.13 2005/12/25 19:06:18 mkrufky Exp $
*/
#include <linux/module.h>
@@ -23,7 +23,7 @@
#include <asm/uaccess.h>
#if LINUX_VERSION_CODE < KERNEL_VERSION(2,5,0)
-# include <media/i2c-compat.h>
+# include "i2c-compat.h"
#endif
#if LINUX_VERSION_CODE < KERNEL_VERSION(2,5,71)
# define strlcpy(dest,src,len) strncpy(dest,src,(len)-1)
diff --git a/linux/drivers/media/video/tvp5150.c b/linux/drivers/media/video/tvp5150.c
index ab554510f..d2357dd41 100644
--- a/linux/drivers/media/video/tvp5150.c
+++ b/linux/drivers/media/video/tvp5150.c
@@ -15,7 +15,7 @@
#include <linux/moduleparam.h>
#include <linux/delay.h>
#include <linux/slab.h>
-#include <media/i2c-compat.h>
+#include "i2c-compat.h"
#endif
#include "tvp5150_reg.h"
diff --git a/linux/drivers/media/video/wm8775.c b/linux/drivers/media/video/wm8775.c
index 527ea7d0f..143860127 100644
--- a/linux/drivers/media/video/wm8775.c
+++ b/linux/drivers/media/video/wm8775.c
@@ -35,7 +35,7 @@
#include <linux/videodev.h>
#include <media/audiochip.h>
#if LINUX_VERSION_CODE < KERNEL_VERSION(2,5,0)
-#include <media/i2c-compat.h>
+#include "i2c-compat.h"
#include <linux/slab.h>
#endif