Browse Source

Fix broken e-series build

Signed-off-by: Ian Molton <spyro@f2s.com>
Ian Molton 17 years ago
parent
commit
877e03d4ae
1 changed files with 1 additions and 1 deletions
  1. 1 1
      arch/arm/mach-pxa/eseries.c

+ 1 - 1
arch/arm/mach-pxa/eseries.c

@@ -17,7 +17,7 @@
 #include <asm/arch/hardware.h>
 #include <asm/arch/hardware.h>
 #include <asm/mach-types.h>
 #include <asm/mach-types.h>
 
 
-#include <generic.h>
+#include "generic.h"
 
 
 /* Only e800 has 128MB RAM */
 /* Only e800 has 128MB RAM */
 static void __init eseries_fixup(struct machine_desc *desc,
 static void __init eseries_fixup(struct machine_desc *desc,