Skip to content

Commit

Permalink
[ARM] 3506/1: aaec2000: debug-macro.S needs hardware.h
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Bellido Nicolas authored and Russell King committed May 7, 2006
1 parent 201be92 commit 9a708be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/asm-arm/arch-aaec2000/debug-macro.S
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
* published by the Free Software Foundation.
*/

#include "hardware.h"
.macro addruart,rx
mrc p15, 0, \rx, c1, c0
tst \rx, #1 @ MMU enabled?
Expand Down

0 comments on commit 9a708be

Please sign in to comment.