diff options
author | Mauro Carvalho Chehab <mchehab@brturbo.com.br> | 2005-11-13 19:08:06 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-11-13 21:14:20 -0500 |
commit | e77f34d6948af83db75ece2e1bc0c73087d7cf69 (patch) | |
tree | a143bac222668bc935d7663745eb933671dd754d /drivers/media/video/saa7115.c | |
parent | 1f4b33651cfb18caac6b6a0d664b0750074b14f4 (diff) |
[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/media/video/saa7115.c')
-rw-r--r-- | drivers/media/video/saa7115.c | 1 |
1 files changed, 0 insertions, 1 deletions
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 @@ | |||
38 | #include <linux/slab.h> | 38 | #include <linux/slab.h> |
39 | #include <linux/i2c.h> | 39 | #include <linux/i2c.h> |
40 | #include <linux/videodev2.h> | 40 | #include <linux/videodev2.h> |
41 | #include <media/i2c-compat.h> | ||
42 | #include <media/v4l2-common.h> | 41 | #include <media/v4l2-common.h> |
43 | 42 | ||
44 | MODULE_DESCRIPTION("Philips SAA7114/SAA7115 video decoder driver"); | 43 | MODULE_DESCRIPTION("Philips SAA7114/SAA7115 video decoder driver"); |