diff options
Diffstat (limited to 'arch/arm/mach-pxa/palmtx.c')
-rw-r--r-- | arch/arm/mach-pxa/palmtx.c | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/arch/arm/mach-pxa/palmtx.c b/arch/arm/mach-pxa/palmtx.c index 408657a24f8c..fe924a23debe 100644 --- a/arch/arm/mach-pxa/palmtx.c +++ b/arch/arm/mach-pxa/palmtx.c | |||
@@ -30,15 +30,15 @@ | |||
30 | #include <asm/mach/arch.h> | 30 | #include <asm/mach/arch.h> |
31 | #include <asm/mach/map.h> | 31 | #include <asm/mach/map.h> |
32 | 32 | ||
33 | #include <asm/arch/audio.h> | 33 | #include <mach/audio.h> |
34 | #include <asm/arch/palmtx.h> | 34 | #include <mach/palmtx.h> |
35 | #include <asm/arch/mmc.h> | 35 | #include <mach/mmc.h> |
36 | #include <asm/arch/pxafb.h> | 36 | #include <mach/pxafb.h> |
37 | #include <asm/arch/pxa-regs.h> | 37 | #include <mach/pxa-regs.h> |
38 | #include <asm/arch/mfp-pxa27x.h> | 38 | #include <mach/mfp-pxa27x.h> |
39 | #include <asm/arch/irda.h> | 39 | #include <mach/irda.h> |
40 | #include <asm/arch/pxa27x_keypad.h> | 40 | #include <mach/pxa27x_keypad.h> |
41 | #include <asm/arch/udc.h> | 41 | #include <mach/udc.h> |
42 | 42 | ||
43 | #include "generic.h" | 43 | #include "generic.h" |
44 | #include "devices.h" | 44 | #include "devices.h" |