Commit bb8d5a55a523869ebcdd004a08ed5fab86b474e3

Authored by Thomas Gleixner
Committed by Linus Torvalds
1 parent 284c66806e

[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>

Showing 3 changed files with 6 additions and 0 deletions Side-by-side Diff

arch/arm/mm/proc-arm720.S
... ... @@ -41,6 +41,8 @@
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)
arch/arm/mm/proc-sa110.S
... ... @@ -23,6 +23,8 @@
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 */
arch/arm/mm/proc-sa1100.S
... ... @@ -27,6 +27,8 @@
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 */