diff options
Diffstat (limited to 'arch/arm/mach-pxa/raumfeld.c')
-rw-r--r-- | arch/arm/mach-pxa/raumfeld.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/arm/mach-pxa/raumfeld.c b/arch/arm/mach-pxa/raumfeld.c index 2f37d43f51b6..bbcd90562ebe 100644 --- a/arch/arm/mach-pxa/raumfeld.c +++ b/arch/arm/mach-pxa/raumfeld.c | |||
@@ -46,10 +46,7 @@ | |||
46 | #include <asm/mach-types.h> | 46 | #include <asm/mach-types.h> |
47 | #include <asm/mach/arch.h> | 47 | #include <asm/mach/arch.h> |
48 | 48 | ||
49 | #include <mach/hardware.h> | 49 | #include <mach/pxa300.h> |
50 | #include <mach/pxa3xx-regs.h> | ||
51 | #include <mach/mfp-pxa3xx.h> | ||
52 | #include <mach/mfp-pxa300.h> | ||
53 | #include <mach/ohci.h> | 50 | #include <mach/ohci.h> |
54 | #include <mach/pxafb.h> | 51 | #include <mach/pxafb.h> |
55 | #include <mach/mmc.h> | 52 | #include <mach/mmc.h> |
@@ -1093,6 +1090,7 @@ MACHINE_START(RAUMFELD_RC, "Raumfeld Controller") | |||
1093 | .init_machine = raumfeld_controller_init, | 1090 | .init_machine = raumfeld_controller_init, |
1094 | .map_io = pxa3xx_map_io, | 1091 | .map_io = pxa3xx_map_io, |
1095 | .init_irq = pxa3xx_init_irq, | 1092 | .init_irq = pxa3xx_init_irq, |
1093 | .handle_irq = pxa3xx_handle_irq, | ||
1096 | .timer = &pxa_timer, | 1094 | .timer = &pxa_timer, |
1097 | MACHINE_END | 1095 | MACHINE_END |
1098 | #endif | 1096 | #endif |
@@ -1103,6 +1101,7 @@ MACHINE_START(RAUMFELD_CONNECTOR, "Raumfeld Connector") | |||
1103 | .init_machine = raumfeld_connector_init, | 1101 | .init_machine = raumfeld_connector_init, |
1104 | .map_io = pxa3xx_map_io, | 1102 | .map_io = pxa3xx_map_io, |
1105 | .init_irq = pxa3xx_init_irq, | 1103 | .init_irq = pxa3xx_init_irq, |
1104 | .handle_irq = pxa3xx_handle_irq, | ||
1106 | .timer = &pxa_timer, | 1105 | .timer = &pxa_timer, |
1107 | MACHINE_END | 1106 | MACHINE_END |
1108 | #endif | 1107 | #endif |
@@ -1113,6 +1112,7 @@ MACHINE_START(RAUMFELD_SPEAKER, "Raumfeld Speaker") | |||
1113 | .init_machine = raumfeld_speaker_init, | 1112 | .init_machine = raumfeld_speaker_init, |
1114 | .map_io = pxa3xx_map_io, | 1113 | .map_io = pxa3xx_map_io, |
1115 | .init_irq = pxa3xx_init_irq, | 1114 | .init_irq = pxa3xx_init_irq, |
1115 | .handle_irq = pxa3xx_handle_irq, | ||
1116 | .timer = &pxa_timer, | 1116 | .timer = &pxa_timer, |
1117 | MACHINE_END | 1117 | MACHINE_END |
1118 | #endif | 1118 | #endif |