diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2008-08-01 22:44:24 +0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-08-01 22:44:24 +0400 |
commit | df1efe6f871e2d3f83e6ad7b7a1d2b728b478fc2 (patch) | |
tree | 1980e2df9bf8c5dbb1f562f09666451863662534 /sound/soc/pxa/tosa.c | |
parent | 9a5467fd600669cda488771dac3e951034fe2b08 (diff) | |
parent | 11589418a1c4cf68be9367f802898d35e07809c4 (diff) | |
download | linux-df1efe6f871e2d3f83e6ad7b7a1d2b728b478fc2.tar.xz |
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6
* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6:
ALSA: ASoC: Export dapm_reg_event() fully
ALSA: ASoC: Update Poodle to current ASoC API
ALSA: asoc: restrict sample rate and size in Freescale MPC8610 sound drivers
ALSA: sound/soc/pxa/tosa.c: removed duplicated include
Diffstat (limited to 'sound/soc/pxa/tosa.c')
-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 @@ #include <asm/arch/pxa-regs.h> #include <asm/arch/hardware.h> #include <asm/arch/audio.h> -#include <asm/arch/tosa.h> #include "../codecs/wm9712.h" #include "pxa2xx-pcm.h" |