Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 082763a8 authored by Linus Walleij's avatar Linus Walleij Committed by Russell King
Browse files

ARM: 6969/1: plat-iop: fix build error



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: default avatarLinus Walleij <linus.walleij@linaro.org>
Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent 946a105e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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)
{