aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/adv7175.c
diff options
context:
space:
mode:
authorJean Delvare <khali@linux-fr.org>2006-02-27 23:13:53 +0100
committerGreg Kroah-Hartman <gregkh@suse.de>2006-03-23 14:21:55 -0800
commit279a022d4a12598b58aee47a73faf2d8cc72c91f (patch)
tree45ae7c9206b8d8043d3cbdba65efb212e072125c /drivers/media/video/adv7175.c
parent[PATCH] I2C: i2c-ixp4xx: Add hwmon class (diff)
downloadlinux-dev-279a022d4a12598b58aee47a73faf2d8cc72c91f.tar.xz
linux-dev-279a022d4a12598b58aee47a73faf2d8cc72c91f.zip
[PATCH] I2C: Drop unneeded i2c-dev.h includes
Several media/video and sound drivers include i2c-dev.h while they don't need it at all. Clean it up. This header file is really only needed by i2c-dev.c and compat_ioctl.c, other drivers should never need it. Signed-off-by: Jean Delvare <khali@linux-fr.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/media/video/adv7175.c')
-rw-r--r--drivers/media/video/adv7175.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/video/adv7175.c b/drivers/media/video/adv7175.c
index 4e218f22b214..6b17247adf87 100644
--- a/drivers/media/video/adv7175.c
+++ b/drivers/media/video/adv7175.c
@@ -49,7 +49,6 @@ MODULE_AUTHOR("Dave Perks");
MODULE_LICENSE("GPL");
#include <linux/i2c.h>
-#include <linux/i2c-dev.h>
#define I2C_NAME(s) (s)->name