diff options
author | Jean Delvare <khali@linux-fr.org> | 2006-02-27 17:13:53 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2006-03-23 17:21:55 -0500 |
commit | 279a022d4a12598b58aee47a73faf2d8cc72c91f (patch) | |
tree | 45ae7c9206b8d8043d3cbdba65efb212e072125c /sound/oss/dmasound | |
parent | 7cd30b26eb779b787e00e05f3e9797a97de33968 (diff) |
[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 'sound/oss/dmasound')
-rw-r--r-- | sound/oss/dmasound/dmasound_awacs.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sound/oss/dmasound/dmasound_awacs.c b/sound/oss/dmasound/dmasound_awacs.c index a17375141c3a..6ba8d6f45fe8 100644 --- a/sound/oss/dmasound/dmasound_awacs.c +++ b/sound/oss/dmasound/dmasound_awacs.c | |||
@@ -88,8 +88,6 @@ | |||
88 | #include <linux/pmu.h> | 88 | #include <linux/pmu.h> |
89 | #endif | 89 | #endif |
90 | 90 | ||
91 | #include <linux/i2c-dev.h> | ||
92 | |||
93 | #include <asm/uaccess.h> | 91 | #include <asm/uaccess.h> |
94 | #include <asm/prom.h> | 92 | #include <asm/prom.h> |
95 | #include <asm/machdep.h> | 93 | #include <asm/machdep.h> |