aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-pxa/e750.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-pxa/e750.c')
-rw-r--r--arch/arm/mach-pxa/e750.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-pxa/e750.c b/arch/arm/mach-pxa/e750.c
index 7e9a21dddd4d..640e738b85df 100644
--- a/arch/arm/mach-pxa/e750.c
+++ b/arch/arm/mach-pxa/e750.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"
@@ -108,6 +109,7 @@ static struct platform_device *devices[] __initdata = {
108static void __init e750_init(void) 109static void __init e750_init(void)
109{ 110{
110 platform_add_devices(devices, ARRAY_SIZE(devices)); 111 platform_add_devices(devices, ARRAY_SIZE(devices));
112 pxa_set_udc_info(&e7xx_udc_mach_info);
111} 113}
112 114
113MACHINE_START(E750, "Toshiba e750") 115MACHINE_START(E750, "Toshiba e750")