diff options
author | Jean Delvare <khali@linux-fr.org> | 2007-03-31 15:35:24 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-04-27 20:45:23 +0200 |
commit | 82c2e4617c28f1e64ecbbeb7a2325f79c80a5aa9 (patch) | |
tree | abea71b4e2317323ff3c28f5a1211b07b84e2482 /drivers/media/video/tda9875.c | |
parent | V4L/DVB (5491): Cx88: Support the DTV1000 T analog inputs (diff) | |
download | linux-82c2e4617c28f1e64ecbbeb7a2325f79c80a5aa9.tar.xz linux-82c2e4617c28f1e64ecbbeb7a2325f79c80a5aa9.zip |
V4L/DVB (5492): Remove useless includes of i2c-algo-bit.h
The tda7432, tda9875 and tvaudio media drivers don't need to include
the linux/i2c-algo-bit.h header file.
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/tda9875.c')
-rw-r--r-- | drivers/media/video/tda9875.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/video/tda9875.c b/drivers/media/video/tda9875.c index 00f0e8b6e03b..d11044170872 100644 --- a/drivers/media/video/tda9875.c +++ b/drivers/media/video/tda9875.c @@ -27,7 +27,6 @@ #include <linux/videodev.h> #include <media/v4l2-common.h> #include <linux/i2c.h> -#include <linux/i2c-algo-bit.h> #include <linux/init.h> |