From bb8d5a55a523869ebcdd004a08ed5fab86b474e3 Mon Sep 17 00:00:00 2001 From: Thomas Gleixner Date: Mon, 3 Jul 2006 02:21:18 +0200 Subject: [PATCH] ARM: Fixup missing includes in arch/arm/mm/proc-.S For several proc-.S files the include of proc-macros.S is missing. Make it compile and work again. Signed-off-by: Thomas Gleixner Signed-off-by: Linus Torvalds --- arch/arm/mm/proc-sa110.S | 2 ++ 1 file changed, 2 insertions(+) (limited to 'arch/arm/mm/proc-sa110.S') diff --git a/arch/arm/mm/proc-sa110.S b/arch/arm/mm/proc-sa110.S index e812246..c878064 100644 --- a/arch/arm/mm/proc-sa110.S +++ b/arch/arm/mm/proc-sa110.S @@ -23,6 +23,8 @@ #include #include +#include "proc-macros.S" + /* * the cache line size of the I and D cache */ -- cgit v1.1