Skip to content

Commit

Permalink
ARM: 6262/1: arm/clps711x: fix debug macro compilation failure
Browse files Browse the repository at this point in the history
We need mach/hardware.h for CLPS7111_VIRT_BASE.

Signed-off-by: Jeremy Kerr <jeremy.kerr@canonical.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
  • Loading branch information
Jeremy Kerr authored and Russell King committed Jul 26, 2010
1 parent 31e967d commit 73bcc76
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm/mach-clps711x/include/mach/debug-macro.S
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
*
*/

#include <mach/hardware.h>
#include <asm/hardware/clps7111.h>

.macro addruart, rx, tmp
Expand Down

0 comments on commit 73bcc76

Please sign in to comment.