aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/setup-common.c
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/kernel/setup-common.c
parent[PATCH] powerpc: only build idle_6xx for 6xx (diff)
downloadlinux-dev-a8e3d48150d70ceab3b8249a4bdbe5c50567a357.tar.xz
linux-dev-a8e3d48150d70ceab3b8249a4bdbe5c50567a357.zip
[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/kernel/setup-common.c')
-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 d4f0a4c3b5bc..aa743a50a20a 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>