diff options
author | Jean Delvare <khali@linux-fr.org> | 2006-10-04 12:38:16 -0400 |
---|---|---|
committer | Jaroslav Kysela <perex@server.perex.cz> | 2006-12-20 02:55:32 -0500 |
commit | 99b5aa3c10c7cff1e97239fda93649222fc12d25 (patch) | |
tree | 826fc9d0159df7bd376d3dd69e8125e12208e56a /sound/aoa/codecs/snd-aoa-codec-onyx.h | |
parent | cf78bbc4b1dca9ce14b665143cf693c35da47eb0 (diff) |
[ALSA] sound: Don't include i2c-dev.h
Don't include <linux/i2c-dev.h> as it's not needed.
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@suse.cz>
Diffstat (limited to 'sound/aoa/codecs/snd-aoa-codec-onyx.h')
-rw-r--r-- | sound/aoa/codecs/snd-aoa-codec-onyx.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/aoa/codecs/snd-aoa-codec-onyx.h b/sound/aoa/codecs/snd-aoa-codec-onyx.h index aeedda773699..ffd20254ff76 100644 --- a/sound/aoa/codecs/snd-aoa-codec-onyx.h +++ b/sound/aoa/codecs/snd-aoa-codec-onyx.h | |||
@@ -9,7 +9,6 @@ | |||
9 | #define __SND_AOA_CODEC_ONYX_H | 9 | #define __SND_AOA_CODEC_ONYX_H |
10 | #include <stddef.h> | 10 | #include <stddef.h> |
11 | #include <linux/i2c.h> | 11 | #include <linux/i2c.h> |
12 | #include <linux/i2c-dev.h> | ||
13 | #include <asm/pmac_low_i2c.h> | 12 | #include <asm/pmac_low_i2c.h> |
14 | #include <asm/prom.h> | 13 | #include <asm/prom.h> |
15 | 14 | ||