diff options
Diffstat (limited to 'arch/arm/mach-pxa/e740.c')
-rw-r--r-- | arch/arm/mach-pxa/e740.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/arch/arm/mach-pxa/e740.c b/arch/arm/mach-pxa/e740.c index a6fff782e7a8..07500a04fd8c 100644 --- a/arch/arm/mach-pxa/e740.c +++ b/arch/arm/mach-pxa/e740.c | |||
@@ -24,9 +24,7 @@ | |||
24 | #include <asm/mach/arch.h> | 24 | #include <asm/mach/arch.h> |
25 | #include <asm/mach-types.h> | 25 | #include <asm/mach-types.h> |
26 | 26 | ||
27 | #include <mach/mfp-pxa25x.h> | 27 | #include <mach/pxa25x.h> |
28 | #include <mach/pxa-regs.h> | ||
29 | #include <mach/hardware.h> | ||
30 | #include <mach/eseries-gpio.h> | 28 | #include <mach/eseries-gpio.h> |
31 | #include <mach/udc.h> | 29 | #include <mach/udc.h> |
32 | #include <mach/irda.h> | 30 | #include <mach/irda.h> |
@@ -194,7 +192,7 @@ static void __init e740_init(void) | |||
194 | { | 192 | { |
195 | pxa2xx_mfp_config(ARRAY_AND_SIZE(e740_pin_config)); | 193 | pxa2xx_mfp_config(ARRAY_AND_SIZE(e740_pin_config)); |
196 | eseries_register_clks(); | 194 | eseries_register_clks(); |
197 | clk_add_alias("CLK_CK48M", &e740_t7l66xb_device.dev, | 195 | clk_add_alias("CLK_CK48M", e740_t7l66xb_device.name, |
198 | "UDCCLK", &pxa25x_device_udc.dev), | 196 | "UDCCLK", &pxa25x_device_udc.dev), |
199 | eseries_get_tmio_gpios(); | 197 | eseries_get_tmio_gpios(); |
200 | platform_add_devices(devices, ARRAY_SIZE(devices)); | 198 | platform_add_devices(devices, ARRAY_SIZE(devices)); |