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/eseries.h | |
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/eseries.h')
-rw-r--r-- | arch/arm/mach-pxa/eseries.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-pxa/eseries.h b/arch/arm/mach-pxa/eseries.h index bc74e21d054a..a83f88d4b6ad 100644 --- a/arch/arm/mach-pxa/eseries.h +++ b/arch/arm/mach-pxa/eseries.h | |||
@@ -1,3 +1,4 @@ | |||
1 | void __init eseries_fixup(struct machine_desc *desc, | 1 | void __init eseries_fixup(struct machine_desc *desc, |
2 | struct tag *tags, char **cmdline, struct meminfo *mi); | 2 | struct tag *tags, char **cmdline, struct meminfo *mi); |
3 | 3 | ||
4 | extern struct pxa2xx_udc_mach_info e7xx_udc_mach_info; | ||