Commit 8393b955 authored by Joseph Fannin's avatar Joseph Fannin Committed by Linus Torvalds

[PATCH] ppc32: command_line_size build fix

We need setup.h for COMMAND_LINE_SIZE.
Signed-off-by: default avatarJoseph Fannin <jhf@rivenstone.net>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 4c0e1e4b
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment