aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/powermac/setup.c
diff options
context:
space:
mode:
authorLucas Woods <woodzy@gmail.com>2007-12-13 18:56:06 -0500
committerPaul Mackerras <paulus@samba.org>2007-12-20 01:13:50 -0500
commit05ead01554f876b030f4745b2d58db3e53f76ca9 (patch)
tree388b02e371df27bd169dfc408d545df3fcc74272 /arch/powerpc/platforms/powermac/setup.c
parent6c6199c1551b7acd4f7898f073b40ae565d3b834 (diff)
[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>
Diffstat (limited to 'arch/powerpc/platforms/powermac/setup.c')
-rw-r--r--arch/powerpc/platforms/powermac/setup.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/platforms/powermac/setup.c b/arch/powerpc/platforms/powermac/setup.c
index 869ca45cf919..adad4e976381 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;
94#define DEFAULT_ROOT_DEVICE Root_SDA1 /* sda1 - slightly silly choice */ 94#define DEFAULT_ROOT_DEVICE Root_SDA1 /* sda1 - slightly silly choice */
95 95
96#ifdef CONFIG_PPC64 96#ifdef CONFIG_PPC64
97#include <asm/udbg.h>
98int sccdbg; 97int sccdbg;
99#endif 98#endif
100 99