diff options
author | David Gibson <david@gibson.dropbear.id.au> | 2005-10-27 20:31:49 -0400 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2005-10-27 21:37:03 -0400 |
commit | a8e3d48150d70ceab3b8249a4bdbe5c50567a357 (patch) | |
tree | ec1be71f740be6861ecbf2be36a9b50328be57a8 /arch | |
parent | e6b4fe92effe88944af2df7257688ccff811996d (diff) |
[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')
-rw-r--r-- | arch/powerpc/kernel/setup-common.c | 1 |
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 @@ | |||
34 | #include <asm/prom.h> | 34 | #include <asm/prom.h> |
35 | #include <asm/processor.h> | 35 | #include <asm/processor.h> |
36 | #include <asm/pgtable.h> | 36 | #include <asm/pgtable.h> |
37 | #include <asm/bootinfo.h> | ||
38 | #include <asm/smp.h> | 37 | #include <asm/smp.h> |
39 | #include <asm/elf.h> | 38 | #include <asm/elf.h> |
40 | #include <asm/machdep.h> | 39 | #include <asm/machdep.h> |