From: Richard Purdie Date: Wed, 29 Jun 2005 14:17:49 +0000 (+0100) Subject: [PATCH] ARM: 2768/1: PXA: Add a required header file for LL_DEBUG X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=9ec3c75cdeb57fa3c12a813c63706ece7fb63648;p=linux-beck.git [PATCH] ARM: 2768/1: PXA: Add a required header file for LL_DEBUG Patch from Richard Purdie With DEBUG enabled, head.S includes arch/debug-macro.S. On the PXA, this contains references to the macro io_p2v() so hardware.h needs to be included. Signed-off-by: Richard Purdie Signed-off-by: Russell King --- diff --git a/include/asm-arm/arch-pxa/debug-macro.S b/include/asm-arm/arch-pxa/debug-macro.S index f288e74b67c2..b6ec68879176 100644 --- a/include/asm-arm/arch-pxa/debug-macro.S +++ b/include/asm-arm/arch-pxa/debug-macro.S @@ -11,6 +11,8 @@ * */ +#include "hardware.h" + .macro addruart,rx mrc p15, 0, \rx, c1, c0 tst \rx, #1 @ MMU enabled?