diff options
author | Ian Molton <spyro@f2s.com> | 2008-06-25 17:22:49 -0400 |
---|---|---|
committer | Ian Molton <spyro@f2s.com> | 2008-07-10 15:15:01 -0400 |
commit | 877e03d4aeabb88018c533eeb7386cf8c3aec689 (patch) | |
tree | 080d5c776b954043603e1311c0bd422ebc27edf2 /arch/arm/mach-pxa/eseries.c | |
parent | c316f101a10f2681618ffb537ecba6084d5a137e (diff) |
Fix broken e-series build
Signed-off-by: Ian Molton <spyro@f2s.com>
Diffstat (limited to 'arch/arm/mach-pxa/eseries.c')
-rw-r--r-- | arch/arm/mach-pxa/eseries.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-pxa/eseries.c b/arch/arm/mach-pxa/eseries.c index ee0ae93c876a..6cf43f4f3a55 100644 --- a/arch/arm/mach-pxa/eseries.c +++ b/arch/arm/mach-pxa/eseries.c | |||
@@ -17,7 +17,7 @@ | |||
17 | #include <asm/arch/hardware.h> | 17 | #include <asm/arch/hardware.h> |
18 | #include <asm/mach-types.h> | 18 | #include <asm/mach-types.h> |
19 | 19 | ||
20 | #include <generic.h> | 20 | #include "generic.h" |
21 | 21 | ||
22 | /* Only e800 has 128MB RAM */ | 22 | /* Only e800 has 128MB RAM */ |
23 | static void __init eseries_fixup(struct machine_desc *desc, | 23 | static void __init eseries_fixup(struct machine_desc *desc, |