[PATCH] I2C: Drop unneeded i2c-dev.h includes
authorJean Delvare <khali@linux-fr.org>
Mon, 27 Feb 2006 22:13:53 +0000 (23:13 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 23 Mar 2006 22:21:55 +0000 (14:21 -0800)
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>

No differences found