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-sa1100.S | 2 ++ 1 file changed, 2 insertions(+) (limited to 'arch/arm/mm/proc-sa1100.S') diff --git a/arch/arm/mm/proc-sa1100.S b/arch/arm/mm/proc-sa1100.S index ba32cc6296a0..b23b66a6155a 100644 --- a/arch/arm/mm/proc-sa1100.S +++ b/arch/arm/mm/proc-sa1100.S @@ -27,6 +27,8 @@ #include #include +#include "proc-macros.S" + /* * the cache line size of the I and D cache */ -- cgit v1.2.3