* [PATCH 06/12] arch/powerpc: Remove duplicate includes.
@ 2007-11-05 20:14 Lucas Woods
0 siblings, 0 replies; only message in thread
From: Lucas Woods @ 2007-11-05 20:14 UTC (permalink / raw)
To: kernel-janitors
Signed-off-by: Lucas Woods <woodzy@gmail.com>
---
arch/powerpc/kernel/signal_32.c | 3 +--
arch/powerpc/platforms/powermac/setup.c | 1 -
2 files changed, 1 insertions(+), 3 deletions(-)
diff --git a/arch/powerpc/kernel/signal_32.c b/arch/powerpc/kernel/signal_32.c
index 6126bca..829d6c1 100644
--- a/arch/powerpc/kernel/signal_32.c
+++ b/arch/powerpc/kernel/signal_32.c
@@ -24,13 +24,12 @@
#include <linux/signal.h>
#include <linux/errno.h>
#include <linux/elf.h>
+#include <linux/ptrace.h>
#ifdef CONFIG_PPC64
#include <linux/syscalls.h>
#include <linux/compat.h>
-#include <linux/ptrace.h>
#else
#include <linux/wait.h>
-#include <linux/ptrace.h>
#include <linux/unistd.h>
#include <linux/stddef.h>
#include <linux/tty.h>
diff --git a/arch/powerpc/platforms/powermac/setup.c b/arch/powerpc/platforms/powermac/setup.c
index 02c5330..a7ea363 100644
--- a/arch/powerpc/platforms/powermac/setup.c
+++ b/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 */
#ifdef CONFIG_PPC64
-#include <asm/udbg.h>
int sccdbg;
#endif
--
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2007-11-05 20:14 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-05 20:14 [PATCH 06/12] arch/powerpc: Remove duplicate includes Lucas Woods
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.