* [PATCH] plat-iop: fix build error
@ 2011-06-17 12:03 Linus Walleij
2011-06-17 15:10 ` Arnaud Patard (Rtp)
0 siblings, 1 reply; 3+ messages in thread
From: Linus Walleij @ 2011-06-17 12:03 UTC (permalink / raw)
To: linux-arm-kernel
From: Linus Walleij <linus.walleij@linaro.org>
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>
---
arch/arm/plat-iop/cp6.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/arch/arm/plat-iop/cp6.c b/arch/arm/plat-iop/cp6.c
index 9612a87..bab73e2 100644
--- 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)
{
--
1.7.3.2
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [PATCH] plat-iop: fix build error
2011-06-17 12:03 [PATCH] plat-iop: fix build error Linus Walleij
@ 2011-06-17 15:10 ` Arnaud Patard (Rtp)
2011-06-18 8:55 ` Linus Walleij
0 siblings, 1 reply; 3+ messages in thread
From: Arnaud Patard (Rtp) @ 2011-06-17 15:10 UTC (permalink / raw)
To: linux-arm-kernel
Linus Walleij <linus.walleij@stericsson.com> writes:
Hi,
> From: Linus Walleij <linus.walleij@linaro.org>
>
> The iop13xx_defconfig didn't build since the platform code uses
> defines from <asm/ptrace.h>. Simply add the include so it
> compiles.
fwiw, same patch has been sent some time ago
(http://lists.infradead.org/pipermail/linux-arm-kernel/2011-June/052021.html)
but I don't know if it has been merged.
Arnaud
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH] plat-iop: fix build error
2011-06-17 15:10 ` Arnaud Patard (Rtp)
@ 2011-06-18 8:55 ` Linus Walleij
0 siblings, 0 replies; 3+ messages in thread
From: Linus Walleij @ 2011-06-18 8:55 UTC (permalink / raw)
To: linux-arm-kernel
2011/6/17 Arnaud Patard <arnaud.patard@rtp-net.org>:
>> From: Linus Walleij <linus.walleij@linaro.org>
>>
>> The iop13xx_defconfig didn't build since the platform code uses
>> defines from <asm/ptrace.h>. Simply add the include so it
>> compiles.
>
> fwiw, same patch has been sent some time ago
> (http://lists.infradead.org/pipermail/linux-arm-kernel/2011-June/052021.html)
> but I don't know if it has been merged.
It hasn't since nobody has submitted it to the ARM maintainer.
I will put my patch into Russells patch tracker so it happens.
Thanks,
Linus Walleij
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2011-06-18 8:55 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-17 12:03 [PATCH] plat-iop: fix build error Linus Walleij
2011-06-17 15:10 ` Arnaud Patard (Rtp)
2011-06-18 8:55 ` Linus Walleij
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).