aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-pxa/e740.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-pxa/e740.c')
-rw-r--r--arch/arm/mach-pxa/e740.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-pxa/e740.c b/arch/arm/mach-pxa/e740.c
index ef0c3c80e791..c57a15b37f0d 100644
--- a/arch/arm/mach-pxa/e740.c
+++ b/arch/arm/mach-pxa/e740.c
@@ -24,6 +24,7 @@
24 24
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 28
28#include "generic.h" 29#include "generic.h"
29#include "eseries.h" 30#include "eseries.h"
@@ -151,6 +152,7 @@ static void __init e740_init(void)
151{ 152{
152 pxa2xx_mfp_config(ARRAY_AND_SIZE(e740_pin_config)); 153 pxa2xx_mfp_config(ARRAY_AND_SIZE(e740_pin_config));
153 platform_add_devices(devices, ARRAY_SIZE(devices)); 154 platform_add_devices(devices, ARRAY_SIZE(devices));
155 pxa_set_udc_info(&e7xx_udc_mach_info);
154} 156}
155 157
156MACHINE_START(E740, "Toshiba e740") 158MACHINE_START(E740, "Toshiba e740")