From edc5e57d7644f29c4f2d9d98ef20d250f2f27ffb Mon Sep 17 00:00:00 2001 From: Andrew Morton Date: Sat, 26 Jun 2004 20:52:19 -0700 Subject: [PATCH] ppc64: COMMAND_LINE_SIZE fix 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 Signed-off-by: Linus Torvalds --- include/asm-ppc64/machdep.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/asm-ppc64/machdep.h b/include/asm-ppc64/machdep.h index f0b00cc458c7..020c7922fc57 100644 --- a/include/asm-ppc64/machdep.h +++ b/include/asm-ppc64/machdep.h @@ -14,6 +14,8 @@ #include #include +#include + struct pt_regs; struct pci_bus; struct device_node; -- cgit v1.2.3