diff options
| author | Joseph Fannin <jhf@rivenstone.net> | 2004-06-27 09:34:13 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2004-06-27 09:34:13 -0700 |
| commit | 8393b9551c5a1553ad50883d53ba1cd9062cd4ed (patch) | |
| tree | 25b4f3e276feeabbf72793de2741ac7fbc68b519 /include | |
| parent | 4c0e1e4bc57418bbf9af19b7b6334441f28a4dc1 (diff) | |
[PATCH] ppc32: command_line_size build fix
We need setup.h for COMMAND_LINE_SIZE.
Signed-off-by: Joseph Fannin <jhf@rivenstone.net>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include')
| -rw-r--r-- | include/asm-ppc/machdep.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-ppc/machdep.h b/include/asm-ppc/machdep.h index fca154980c17..b1c0bb7878c1 100644 --- a/include/asm-ppc/machdep.h +++ b/include/asm-ppc/machdep.h @@ -5,6 +5,8 @@ #include <linux/config.h> #include <linux/init.h> +#include <asm/setup.h> + #ifdef CONFIG_APUS #include <asm-m68k/machdep.h> #endif |
