[PATCH] ARM: Fixup missing includes in arch/arm/mm/proc-<cputype>.S

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>

authored by Thomas Gleixner and committed by Linus Torvalds bb8d5a55 284c6680

+6
+2
arch/arm/mm/proc-arm720.S
··· 41 41 #include <asm/procinfo.h> 42 42 #include <asm/ptrace.h> 43 43 44 + #include "proc-macros.S" 45 + 44 46 /* 45 47 * Function: arm720_proc_init (void) 46 48 * : arm720_proc_fin (void)
+2
arch/arm/mm/proc-sa110.S
··· 23 23 #include <asm/pgtable.h> 24 24 #include <asm/ptrace.h> 25 25 26 + #include "proc-macros.S" 27 + 26 28 /* 27 29 * the cache line size of the I and D cache 28 30 */
+2
arch/arm/mm/proc-sa1100.S
··· 27 27 #include <asm/pgtable-hwdef.h> 28 28 #include <asm/pgtable.h> 29 29 30 + #include "proc-macros.S" 31 + 30 32 /* 31 33 * the cache line size of the I and D cache 32 34 */