[PATCH] ARM: Fixup missing includes in arch/arm/mm/proc-<cputype>.S
authorThomas Gleixner <tglx@linutronix.de>
Mon, 3 Jul 2006 00:21:18 +0000 (02:21 +0200)
committerLinus Torvalds <torvalds@g5.osdl.org>
Mon, 3 Jul 2006 00:29:22 +0000 (17:29 -0700)
For several proc-<cputype>.S files the include of proc-macros.S is
missing. Make it compile and work again.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/arm/mm/proc-arm720.S
arch/arm/mm/proc-sa110.S
arch/arm/mm/proc-sa1100.S

index 0e6946a..c2f0705 100644 (file)
@@ -41,6 +41,8 @@
 #include <asm/procinfo.h>
 #include <asm/ptrace.h>
 
+#include "proc-macros.S"
+
 /*
  * Function: arm720_proc_init (void)
  *        : arm720_proc_fin (void)
index e812246..c878064 100644 (file)
@@ -23,6 +23,8 @@
 #include <asm/pgtable.h>
 #include <asm/ptrace.h>
 
+#include "proc-macros.S"
+
 /*
  * the cache line size of the I and D cache
  */
index ba32cc6..b23b66a 100644 (file)
@@ -27,6 +27,8 @@
 #include <asm/pgtable-hwdef.h>
 #include <asm/pgtable.h>
 
+#include "proc-macros.S"
+
 /*
  * the cache line size of the I and D cache
  */