Преглед изворни кода

[ARM] lart: fix build error

arch/arm/mach-sa1100/lart.c:36: error: 'PAGE_SHIFT' undeclared here (not in a function)

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Russell King пре 16 година
родитељ
комит
5876ee950f
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      arch/arm/mach-sa1100/lart.c

+ 1 - 0
arch/arm/mach-sa1100/lart.c

@@ -9,6 +9,7 @@
 #include <mach/hardware.h>
 #include <asm/setup.h>
 #include <asm/mach-types.h>
+#include <asm/page.h>
 
 #include <asm/mach/arch.h>
 #include <asm/mach/map.h>