From ebcce7b13be837616a3f9d996f637cf3241e3948 Mon Sep 17 00:00:00 2001 From: Ian Molton Date: Tue, 19 Aug 2008 13:34:56 +0100 Subject: [ARM] eseries: move UDC defs to machine files This patchset moves the UDC definitons for e7xx compatible eseries machines to a common location and moves the 'oddball' e800 definition to its machine file. Signed-off-by: Ian Molton --- arch/arm/mach-pxa/e740.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'arch/arm/mach-pxa/e740.c') 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 @@ #include #include +#include #include "generic.h" #include "eseries.h" @@ -151,6 +152,7 @@ static void __init e740_init(void) { pxa2xx_mfp_config(ARRAY_AND_SIZE(e740_pin_config)); platform_add_devices(devices, ARRAY_SIZE(devices)); + pxa_set_udc_info(&e7xx_udc_mach_info); } MACHINE_START(E740, "Toshiba e740") -- cgit v1.2.3