aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorPaul Mackerras <paulus@samba.org>2005-05-06 14:27:17 +1000
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-05-05 22:00:52 -0700
commitaf4d4b34106b6e520e6b13350831b170d8bca117 (patch)
tree0f78dc7c545d7a72bacdc63ca6ba6e40a1ebf9f6 /arch
parent[PATCH] ppc64: fix reloc_offset comment (diff)
downloadlinux-dev-af4d4b34106b6e520e6b13350831b170d8bca117.tar.xz
linux-dev-af4d4b34106b6e520e6b13350831b170d8bca117.zip
[PATCH] ppc64: remove asm/bootinfo.h include
The defines in bootinfo.h are not used, so the include can be removed. According to Ben, birecs are not used on ppc64: on ppc64, we made the decision of enforcing the presence of an OF device-tree and either an OF-like client interface or a kexec like flattened tree. so if your bootloader want to say things to the kernel, it can do so by adding properties to the device-tree compile-tested with defconfig Signed-off-by: Olaf Hering <olh@suse.de> Signed-off-by: Paul Mackerras <paulus@samba.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch')
-rw-r--r--arch/ppc64/boot/main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/ppc64/boot/main.c b/arch/ppc64/boot/main.c
index b0fa86ad8b1b..da12ea2ca464 100644
--- a/arch/ppc64/boot/main.c
+++ b/arch/ppc64/boot/main.c
@@ -14,7 +14,6 @@
#include <linux/string.h>
#include <asm/processor.h>
#include <asm/page.h>
-#include <asm/bootinfo.h>
extern void *finddevice(const char *);
extern int getprop(void *, const char *, void *, int);