diff options
author | Huang Weiyi <weiyi.huang@gmail.com> | 2008-07-26 08:43:01 -0400 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2008-07-29 06:27:03 -0400 |
commit | a7b815169aae65072017efb1fba9dcecc82ba7c1 (patch) | |
tree | 974eb7aba36118a6fd29b450133357a4c0e9cc4a /sound | |
parent | 6e86841d05f371b5b9b86ce76c02aaee83352298 (diff) |
ALSA: sound/soc/pxa/tosa.c: removed duplicated include
Removed duplicated include <asm/arch/tosa.h> in
sound/soc/pxa/tosa.c.
Signed-off-by: Huang Weiyi <weiyi.huang@gmail.com>
Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/soc/pxa/tosa.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/pxa/tosa.c b/sound/soc/pxa/tosa.c index fe6cca9c9e76..22971a0f040e 100644 --- a/sound/soc/pxa/tosa.c +++ b/sound/soc/pxa/tosa.c | |||
@@ -33,7 +33,6 @@ | |||
33 | #include <asm/arch/pxa-regs.h> | 33 | #include <asm/arch/pxa-regs.h> |
34 | #include <asm/arch/hardware.h> | 34 | #include <asm/arch/hardware.h> |
35 | #include <asm/arch/audio.h> | 35 | #include <asm/arch/audio.h> |
36 | #include <asm/arch/tosa.h> | ||
37 | 36 | ||
38 | #include "../codecs/wm9712.h" | 37 | #include "../codecs/wm9712.h" |
39 | #include "pxa2xx-pcm.h" | 38 | #include "pxa2xx-pcm.h" |