diff options
author | Ian Molton <spyro@f2s.com> | 2008-08-19 13:34:56 +0100 |
---|---|---|
committer | Ian Molton <spyro@f2s.com> | 2008-08-19 13:44:07 +0100 |
commit | ebcce7b13be837616a3f9d996f637cf3241e3948 (patch) | |
tree | bd4de28ee16e2af9dd94ef5bc3794f0877c31f7a /arch/arm/mach-pxa/e750.c | |
parent | 0ec3cf69304d2e35ad29da3aa9ab43c3dd97677c (diff) |
[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 <spyro@f2s.com>
Diffstat (limited to 'arch/arm/mach-pxa/e750.c')
-rw-r--r-- | arch/arm/mach-pxa/e750.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-pxa/e750.c b/arch/arm/mach-pxa/e750.c index 7e9a21dddd4..640e738b85d 100644 --- a/arch/arm/mach-pxa/e750.c +++ b/arch/arm/mach-pxa/e750.c @@ -24,6 +24,7 @@ #include <mach/mfp-pxa25x.h> #include <mach/hardware.h> +#include <mach/udc.h> #include "generic.h" #include "eseries.h" @@ -108,6 +109,7 @@ static struct platform_device *devices[] __initdata = { static void __init e750_init(void) { platform_add_devices(devices, ARRAY_SIZE(devices)); + pxa_set_udc_info(&e7xx_udc_mach_info); } MACHINE_START(E750, "Toshiba e750") |