summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/msp3400-driver.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/msp3400-driver.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/msp3400-driver.c')
-rw-r--r--linux/drivers/media/video/msp3400-driver.c2
1 files changed, 1 insertions, 1 deletions
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
/* ---------------------------------------------------------------------- */