diff options
author | Ian Molton <spyro@f2s.com> | 2008-08-19 08:34:56 -0400 |
---|---|---|
committer | Ian Molton <spyro@f2s.com> | 2008-08-19 08:44:07 -0400 |
commit | ebcce7b13be837616a3f9d996f637cf3241e3948 (patch) | |
tree | bd4de28ee16e2af9dd94ef5bc3794f0877c31f7a /arch/arm/mach-pxa/e400.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/e400.c')
-rw-r--r-- | arch/arm/mach-pxa/e400.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-pxa/e400.c b/arch/arm/mach-pxa/e400.c index 0bcf9ece3d33..544bbaa20621 100644 --- a/arch/arm/mach-pxa/e400.c +++ b/arch/arm/mach-pxa/e400.c | |||
@@ -22,6 +22,7 @@ | |||
22 | #include <mach/hardware.h> | 22 | #include <mach/hardware.h> |
23 | 23 | ||
24 | #include <mach/pxafb.h> | 24 | #include <mach/pxafb.h> |
25 | #include <mach/udc.h> | ||
25 | 26 | ||
26 | #include "generic.h" | 27 | #include "generic.h" |
27 | #include "eseries.h" | 28 | #include "eseries.h" |
@@ -76,6 +77,7 @@ static void __init e400_init(void) | |||
76 | { | 77 | { |
77 | pxa2xx_mfp_config(ARRAY_AND_SIZE(e400_pin_config)); | 78 | pxa2xx_mfp_config(ARRAY_AND_SIZE(e400_pin_config)); |
78 | set_pxa_fb_info(&e400_pxafb_mach_info); | 79 | set_pxa_fb_info(&e400_pxafb_mach_info); |
80 | pxa_set_udc_info(&e7xx_udc_mach_info); | ||
79 | } | 81 | } |
80 | 82 | ||
81 | MACHINE_START(E400, "Toshiba e400") | 83 | MACHINE_START(E400, "Toshiba e400") |