diff options
author | Jesper Juhl <jesper.juhl@gmail.com> | 2007-07-23 12:15:16 +0200 |
---|---|---|
committer | Jaroslav Kysela <perex@suse.cz> | 2007-10-16 15:03:19 +0200 |
commit | bc8e5771702837c05fa60a005d7c2f388ad89647 (patch) | |
tree | bef938ea125b83424d671d651a41d4c0b1e13932 /sound/soc | |
parent | 285ded7459c0b4a8573cc5809533fdccc8758952 (diff) |
[ALSA] Clean up duplicate includes in sound/soc/
This patch cleans up duplicate includes in
sound/soc/
Signed-off-by: Jesper Juhl <jesper.juhl@gmail.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@suse.cz>
Diffstat (limited to 'sound/soc')
-rw-r--r-- | sound/soc/pxa/spitz.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/pxa/spitz.c b/sound/soc/pxa/spitz.c index 80e82109fef7..4dd8f35312b3 100644 --- a/sound/soc/pxa/spitz.c +++ b/sound/soc/pxa/spitz.c @@ -34,7 +34,6 @@ #include <asm/arch/hardware.h> #include <asm/arch/akita.h> #include <asm/arch/spitz.h> -#include <asm/mach-types.h> #include "../codecs/wm8750.h" #include "pxa2xx-pcm.h" #include "pxa2xx-i2s.h" |