瀏覽代碼

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: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Linus Walleij 14 年之前
父節點
當前提交
082763a80a
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      arch/arm/plat-iop/cp6.c

+ 1 - 0
arch/arm/plat-iop/cp6.c

@@ -18,6 +18,7 @@
  */
  */
 #include <linux/init.h>
 #include <linux/init.h>
 #include <asm/traps.h>
 #include <asm/traps.h>
+#include <asm/ptrace.h>
 
 
 static int cp6_trap(struct pt_regs *regs, unsigned int instr)
 static int cp6_trap(struct pt_regs *regs, unsigned int instr)
 {
 {