From: Paul Mackerras Date: Fri, 6 May 2005 04:27:17 +0000 (+1000) Subject: [PATCH] ppc64: remove asm/bootinfo.h include X-Git-Tag: v2.6.12-rc4~26 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=af4d4b34106b6e520e6b13350831b170d8bca117;p=~emulex%2Finfiniband.git [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 Signed-off-by: Paul Mackerras Signed-off-by: Linus Torvalds --- diff --git a/arch/ppc64/boot/main.c b/arch/ppc64/boot/main.c index b0fa86ad8b1..da12ea2ca46 100644 --- a/arch/ppc64/boot/main.c +++ b/arch/ppc64/boot/main.c @@ -14,7 +14,6 @@ #include #include #include -#include extern void *finddevice(const char *); extern int getprop(void *, const char *, void *, int);