diff options
Diffstat (limited to 'sound/soc/pxa/spitz.c')
-rw-r--r-- | sound/soc/pxa/spitz.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sound/soc/pxa/spitz.c b/sound/soc/pxa/spitz.c index 64385797da5d..eefc25b83514 100644 --- a/sound/soc/pxa/spitz.c +++ b/sound/soc/pxa/spitz.c | |||
@@ -26,10 +26,10 @@ | |||
26 | 26 | ||
27 | #include <asm/mach-types.h> | 27 | #include <asm/mach-types.h> |
28 | #include <asm/hardware/scoop.h> | 28 | #include <asm/hardware/scoop.h> |
29 | #include <asm/arch/pxa-regs.h> | 29 | #include <mach/pxa-regs.h> |
30 | #include <asm/arch/hardware.h> | 30 | #include <mach/hardware.h> |
31 | #include <asm/arch/akita.h> | 31 | #include <mach/akita.h> |
32 | #include <asm/arch/spitz.h> | 32 | #include <mach/spitz.h> |
33 | #include "../codecs/wm8750.h" | 33 | #include "../codecs/wm8750.h" |
34 | #include "pxa2xx-pcm.h" | 34 | #include "pxa2xx-pcm.h" |
35 | #include "pxa2xx-i2s.h" | 35 | #include "pxa2xx-i2s.h" |