projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
946a105
)
ARM: 6969/1: plat-iop: fix build error
author
Linus Walleij
<linus.walleij@linaro.org>
Mon, 20 Jun 2011 07:13:00 +0000
(08:13 +0100)
committer
Russell King
<rmk+kernel@arm.linux.org.uk>
Tue, 21 Jun 2011 10:33:21 +0000
(11:33 +0100)
The iop13xx_defconfig didn't build since the platform code uses
defines from <asm/ptrace.h>. Simply add the include so it
compiles.
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/plat-iop/cp6.c
patch
|
blob
|
history
diff --git
a/arch/arm/plat-iop/cp6.c
b/arch/arm/plat-iop/cp6.c
index
9612a87
..
bab73e2
100644
(file)
--- a/
arch/arm/plat-iop/cp6.c
+++ b/
arch/arm/plat-iop/cp6.c
@@
-18,6
+18,7
@@
*/
#include <linux/init.h>
#include <asm/traps.h>
+#include <asm/ptrace.h>
static int cp6_trap(struct pt_regs *regs, unsigned int instr)
{