Skip to content
Snippets Groups Projects
Commit 73bcc76a authored by Jeremy Kerr's avatar Jeremy Kerr Committed by Russell King
Browse files

ARM: 6262/1: arm/clps711x: fix debug macro compilation failure


We need mach/hardware.h for CLPS7111_VIRT_BASE.

Signed-off-by: default avatarJeremy Kerr <jeremy.kerr@canonical.com>
Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent 31e967da
No related branches found
No related tags found
No related merge requests found
...@@ -11,6 +11,7 @@ ...@@ -11,6 +11,7 @@
* *
*/ */
#include <mach/hardware.h>
#include <asm/hardware/clps7111.h> #include <asm/hardware/clps7111.h>
.macro addruart, rx, tmp .macro addruart, rx, tmp
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment