Browse Source

[POWERPC] arch/powerpc: Remove duplicate includes

Signed-off-by: Lucas Woods <woodzy@gmail.com>
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Lucas Woods 17 years ago
parent
commit
05ead01554
2 changed files with 1 additions and 3 deletions
  1. 1 2
      arch/powerpc/kernel/signal_32.c
  2. 0 1
      arch/powerpc/platforms/powermac/setup.c

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

@@ -24,13 +24,12 @@
 #include <linux/signal.h>
 #include <linux/signal.h>
 #include <linux/errno.h>
 #include <linux/errno.h>
 #include <linux/elf.h>
 #include <linux/elf.h>
+#include <linux/ptrace.h>
 #ifdef CONFIG_PPC64
 #ifdef CONFIG_PPC64
 #include <linux/syscalls.h>
 #include <linux/syscalls.h>
 #include <linux/compat.h>
 #include <linux/compat.h>
-#include <linux/ptrace.h>
 #else
 #else
 #include <linux/wait.h>
 #include <linux/wait.h>
-#include <linux/ptrace.h>
 #include <linux/unistd.h>
 #include <linux/unistd.h>
 #include <linux/stddef.h>
 #include <linux/stddef.h>
 #include <linux/tty.h>
 #include <linux/tty.h>

+ 0 - 1
arch/powerpc/platforms/powermac/setup.c

@@ -94,7 +94,6 @@ extern struct machdep_calls pmac_md;
 #define DEFAULT_ROOT_DEVICE Root_SDA1	/* sda1 - slightly silly choice */
 #define DEFAULT_ROOT_DEVICE Root_SDA1	/* sda1 - slightly silly choice */
 
 
 #ifdef CONFIG_PPC64
 #ifdef CONFIG_PPC64
-#include <asm/udbg.h>
 int sccdbg;
 int sccdbg;
 #endif
 #endif