summaryrefslogtreecommitdiffstats
path: root/arch/powerpc
diff options
context:
space:
mode:
authorDavid Gibson <david@gibson.dropbear.id.au>2005-10-28 10:31:49 +1000
committerPaul Mackerras <paulus@samba.org>2005-10-28 11:37:03 +1000
commita8e3d48150d70ceab3b8249a4bdbe5c50567a357 (patch)
treeec1be71f740be6861ecbf2be36a9b50328be57a8 /arch/powerpc
parente6b4fe92effe88944af2df7257688ccff811996d (diff)
downloadlinux-0-day-a8e3d48150d70ceab3b8249a4bdbe5c50567a357.tar.gz
linux-0-day-a8e3d48150d70ceab3b8249a4bdbe5c50567a357.tar.xz
[PATCH] powerpc: Remove dregs of bootinfo.h
Since I sent the patch to purge bootinfo.h from ARCH=powerpc and ARCH=ppc64, setup-common.c has come into existence, and another #include of bootinfo.h slipped in. This patch removes it. It also removes include/asm-ppc64/bootinfo.h, which somehow survived the previous patch which was supposed to remove it. Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc')
-rw-r--r--arch/powerpc/kernel/setup-common.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/kernel/setup-common.c b/arch/powerpc/kernel/setup-common.c
index d4f0a4c3b5bc4..aa743a50a20a1 100644
--- a/arch/powerpc/kernel/setup-common.c
+++ b/arch/powerpc/kernel/setup-common.c
@@ -34,7 +34,6 @@
#include <asm/prom.h>
#include <asm/processor.h>
#include <asm/pgtable.h>
-#include <asm/bootinfo.h>
#include <asm/smp.h>
#include <asm/elf.h>
#include <asm/machdep.h>