In file included from arch/ppc64/kernel/setup.c:37: include/asm/machdep.h:116: `COMMAND_LINE_SIZE' undeclared here (not in a function) Signed-off-by: Andrew Morton --- 25-akpm/include/asm-ppc64/machdep.h | 2 ++ 1 files changed, 2 insertions(+) diff -puN include/asm-ppc64/machdep.h~ppc64-COMMAND_LINE_SIZE-fix include/asm-ppc64/machdep.h --- 25/include/asm-ppc64/machdep.h~ppc64-COMMAND_LINE_SIZE-fix 2004-06-26 19:35:35.669360728 -0700 +++ 25-akpm/include/asm-ppc64/machdep.h 2004-06-26 19:35:35.673360120 -0700 @@ -14,6 +14,8 @@ #include #include +#include + struct pt_regs; struct pci_bus; struct device_node; _