diff options
| author | Andrew Morton <akpm@osdl.org> | 2004-06-26 20:52:19 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2004-06-26 20:52:19 -0700 |
| commit | edc5e57d7644f29c4f2d9d98ef20d250f2f27ffb (patch) | |
| tree | 28a2b1e3ade36d2af1fa2e22b92908b01ddf0126 | |
| parent | 515fdd77ec2dc758e408b8435fddc4de4f4d7c82 (diff) | |
[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 <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
| -rw-r--r-- | include/asm-ppc64/machdep.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 <linux/init.h> #include <linux/dma-mapping.h> +#include <asm/setup.h> + struct pt_regs; struct pci_bus; struct device_node; |
