diff options
author | Ian Molton <spyro@f2s.com> | 2008-06-25 22:22:49 +0100 |
---|---|---|
committer | Ian Molton <spyro@f2s.com> | 2008-07-10 20:15:01 +0100 |
commit | 877e03d4aeabb88018c533eeb7386cf8c3aec689 (patch) | |
tree | 080d5c776b954043603e1311c0bd422ebc27edf2 /arch/arm/mach-pxa | |
parent | c316f101a10f2681618ffb537ecba6084d5a137e (diff) |
Fix broken e-series build
Signed-off-by: Ian Molton <spyro@f2s.com>
Diffstat (limited to 'arch/arm/mach-pxa')
-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 @@ #include <asm/arch/hardware.h> #include <asm/mach-types.h> -#include <generic.h> +#include "generic.h" /* Only e800 has 128MB RAM */ static void __init eseries_fixup(struct machine_desc *desc, |