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

From: Thomas Gleixner
Date: Sun Jul 02 2006 - 20:17:21 EST


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@xxxxxxxxxxxxx>

Index: linux-2.6.git/arch/arm/mm/proc-sa110.S
===================================================================
--- linux-2.6.git.orig/arch/arm/mm/proc-sa110.S 2006-07-03 00:13:24.000000000 +0200
+++ linux-2.6.git/arch/arm/mm/proc-sa110.S 2006-07-03 01:00:52.000000000 +0200
@@ -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: linux-2.6.git/arch/arm/mm/proc-sa1100.S
===================================================================
--- linux-2.6.git.orig/arch/arm/mm/proc-sa1100.S 2006-07-03 00:13:24.000000000 +0200
+++ linux-2.6.git/arch/arm/mm/proc-sa1100.S 2006-07-03 00:58:54.000000000 +0200
@@ -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
*/
Index: linux-2.6.git/arch/arm/mm/proc-arm720.S
===================================================================
--- linux-2.6.git.orig/arch/arm/mm/proc-arm720.S 2006-07-03 00:13:24.000000000 +0200
+++ linux-2.6.git/arch/arm/mm/proc-arm720.S 2006-07-03 01:08:16.000000000 +0200
@@ -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)


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/