aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@brturbo.com.br>2005-11-13 16:08:06 -0800
committerLinus Torvalds <torvalds@g5.osdl.org>2005-11-13 18:14:20 -0800
commite77f34d6948af83db75ece2e1bc0c73087d7cf69 (patch)
treea143bac222668bc935d7663745eb933671dd754d /drivers
parent[PATCH] v4l: (966) Authorship fixes for new Modules (diff)
downloadlinux-dev-e77f34d6948af83db75ece2e1bc0c73087d7cf69.tar.xz
linux-dev-e77f34d6948af83db75ece2e1bc0c73087d7cf69.zip
[PATCH] v4l: (966.1) Removes Obsoleted i2c-compat.h from newer drivers
Removed obsoleted i2c-compat.h file from cx25840, saa7115 and saa7127 drivers. Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/media/video/cx25840/cx25840-audio.c1
-rw-r--r--drivers/media/video/cx25840/cx25840-core.c1
-rw-r--r--drivers/media/video/saa7115.c1
-rw-r--r--drivers/media/video/saa7127.c1
4 files changed, 0 insertions, 4 deletions
diff --git a/drivers/media/video/cx25840/cx25840-audio.c b/drivers/media/video/cx25840/cx25840-audio.c
index 3905580b1946..740908f8027d 100644
--- a/drivers/media/video/cx25840/cx25840-audio.c
+++ b/drivers/media/video/cx25840/cx25840-audio.c
@@ -19,7 +19,6 @@
#include <linux/videodev2.h>
#include <linux/i2c.h>
#include <media/audiochip.h>
-#include <media/i2c-compat.h>
#include <media/v4l2-common.h>
#include "cx25840.h"
diff --git a/drivers/media/video/cx25840/cx25840-core.c b/drivers/media/video/cx25840/cx25840-core.c
index e1831bb514c2..f6afeec499c5 100644
--- a/drivers/media/video/cx25840/cx25840-core.c
+++ b/drivers/media/video/cx25840/cx25840-core.c
@@ -32,7 +32,6 @@
#include <linux/videodev2.h>
#include <linux/i2c.h>
#include <media/audiochip.h>
-#include <media/i2c-compat.h>
#include <media/v4l2-common.h>
#include "cx25840.h"
diff --git a/drivers/media/video/saa7115.c b/drivers/media/video/saa7115.c
index c97fdbd634a4..0235cef07b31 100644
--- a/drivers/media/video/saa7115.c
+++ b/drivers/media/video/saa7115.c
@@ -38,7 +38,6 @@
#include <linux/slab.h>
#include <linux/i2c.h>
#include <linux/videodev2.h>
-#include <media/i2c-compat.h>
#include <media/v4l2-common.h>
MODULE_DESCRIPTION("Philips SAA7114/SAA7115 video decoder driver");
diff --git a/drivers/media/video/saa7127.c b/drivers/media/video/saa7127.c
index f127219a79d5..843431f10e3b 100644
--- a/drivers/media/video/saa7127.c
+++ b/drivers/media/video/saa7127.c
@@ -53,7 +53,6 @@
#include <linux/slab.h>
#include <linux/i2c.h>
#include <linux/videodev2.h>
-#include <media/i2c-compat.h>
#include <media/v4l2-common.h>
static int debug = 0;