diff options
Diffstat (limited to 'arch/arm/mach-pxa/e750.c')
-rw-r--r-- | arch/arm/mach-pxa/e750.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/arch/arm/mach-pxa/e750.c b/arch/arm/mach-pxa/e750.c index 665066fd280e..6126c04e02bc 100644 --- a/arch/arm/mach-pxa/e750.c +++ b/arch/arm/mach-pxa/e750.c | |||
@@ -23,9 +23,7 @@ | |||
23 | #include <asm/mach/arch.h> | 23 | #include <asm/mach/arch.h> |
24 | #include <asm/mach-types.h> | 24 | #include <asm/mach-types.h> |
25 | 25 | ||
26 | #include <mach/mfp-pxa25x.h> | 26 | #include <mach/pxa25x.h> |
27 | #include <mach/pxa-regs.h> | ||
28 | #include <mach/hardware.h> | ||
29 | #include <mach/eseries-gpio.h> | 27 | #include <mach/eseries-gpio.h> |
30 | #include <mach/udc.h> | 28 | #include <mach/udc.h> |
31 | #include <mach/irda.h> | 29 | #include <mach/irda.h> |
@@ -195,7 +193,7 @@ static struct platform_device *devices[] __initdata = { | |||
195 | static void __init e750_init(void) | 193 | static void __init e750_init(void) |
196 | { | 194 | { |
197 | pxa2xx_mfp_config(ARRAY_AND_SIZE(e750_pin_config)); | 195 | pxa2xx_mfp_config(ARRAY_AND_SIZE(e750_pin_config)); |
198 | clk_add_alias("CLK_CK3P6MI", &e750_tc6393xb_device.dev, | 196 | clk_add_alias("CLK_CK3P6MI", e750_tc6393xb_device.name, |
199 | "GPIO11_CLK", NULL), | 197 | "GPIO11_CLK", NULL), |
200 | eseries_get_tmio_gpios(); | 198 | eseries_get_tmio_gpios(); |
201 | platform_add_devices(devices, ARRAY_SIZE(devices)); | 199 | platform_add_devices(devices, ARRAY_SIZE(devices)); |