浏览代码

powerpc: move include/asm-ppc64/ppc32.h to arch/powerpc/kernel

It is only included by signal_32.c

Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Stephen Rothwell 20 年之前
父节点
当前提交
879168ee51
共有 2 个文件被更改,包括 1 次插入1 次删除
  1. 0 0
      arch/powerpc/kernel/ppc32.h
  2. 1 1
      arch/powerpc/kernel/signal_32.c

+ 0 - 0
include/asm-ppc64/ppc32.h → arch/powerpc/kernel/ppc32.h


+ 1 - 1
arch/powerpc/kernel/signal_32.c

@@ -43,7 +43,7 @@
 #include <asm/uaccess.h>
 #include <asm/uaccess.h>
 #include <asm/cacheflush.h>
 #include <asm/cacheflush.h>
 #ifdef CONFIG_PPC64
 #ifdef CONFIG_PPC64
-#include <asm/ppc32.h>
+#include "ppc32.h"
 #include <asm/ppcdebug.h>
 #include <asm/ppcdebug.h>
 #include <asm/unistd.h>
 #include <asm/unistd.h>
 #include <asm/vdso.h>
 #include <asm/vdso.h>