[ARM] 3506/1: aaec2000: debug-macro.S needs hardware.h

Patch from Bellido Nicolas

Include hardware.h in debug-macro.S, otherwise io_p2v is undefined.

Signed-off-by: Nicolas Bellido <ml@acolin.be>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>

authored by Bellido Nicolas and committed by Russell King 9a708bec 201be92a

+1
+1
include/asm-arm/arch-aaec2000/debug-macro.S
··· 9 * published by the Free Software Foundation. 10 */ 11 12 .macro addruart,rx 13 mrc p15, 0, \rx, c1, c0 14 tst \rx, #1 @ MMU enabled?
··· 9 * published by the Free Software Foundation. 10 */ 11 12 + #include "hardware.h" 13 .macro addruart,rx 14 mrc p15, 0, \rx, c1, c0 15 tst \rx, #1 @ MMU enabled?