Skip to content

Commit

Permalink
[ARM] Fix SA1100 debug-macros.S
Browse files Browse the repository at this point in the history
This needs asm/hardware.h - include it.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
  • Loading branch information
Russell King authored and Russell King committed Mar 21, 2006
1 parent 97d654f commit 22398f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/asm-arm/arch-sa1100/debug-macro.S
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
* published by the Free Software Foundation.
*
*/
#include <asm/hardware.h>

.macro addruart,rx
mrc p15, 0, \rx, c1, c0
Expand Down

0 comments on commit 22398f5

Please sign in to comment.