diff options
Diffstat (limited to 'arch/arm/mach-pxa/e750.c')
-rw-r--r-- | arch/arm/mach-pxa/e750.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-pxa/e750.c b/arch/arm/mach-pxa/e750.c index 640e738b85df..1410ad7e20b1 100644 --- a/arch/arm/mach-pxa/e750.c +++ b/arch/arm/mach-pxa/e750.c | |||
@@ -25,6 +25,7 @@ | |||
25 | #include <mach/mfp-pxa25x.h> | 25 | #include <mach/mfp-pxa25x.h> |
26 | #include <mach/hardware.h> | 26 | #include <mach/hardware.h> |
27 | #include <mach/udc.h> | 27 | #include <mach/udc.h> |
28 | #include <mach/irda.h> | ||
28 | 29 | ||
29 | #include "generic.h" | 30 | #include "generic.h" |
30 | #include "eseries.h" | 31 | #include "eseries.h" |
@@ -110,6 +111,8 @@ static void __init e750_init(void) | |||
110 | { | 111 | { |
111 | platform_add_devices(devices, ARRAY_SIZE(devices)); | 112 | platform_add_devices(devices, ARRAY_SIZE(devices)); |
112 | pxa_set_udc_info(&e7xx_udc_mach_info); | 113 | pxa_set_udc_info(&e7xx_udc_mach_info); |
114 | e7xx_irda_init(); | ||
115 | pxa_set_ficp_info(&e7xx_ficp_platform_data); | ||
113 | } | 116 | } |
114 | 117 | ||
115 | MACHINE_START(E750, "Toshiba e750") | 118 | MACHINE_START(E750, "Toshiba e750") |