Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

x86: add necessary includes for prom.h

Once prom.h is no longer implicitly included, we need to include setup.h
to get COMMAND_LINE_SIZE.

Signed-off-by: Rob Herring <rob.herring@calxeda.com>
Acked-by: Grant Likely <grant.likely@linaro.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Ingo Molnar <mingo@redhat.com>
Cc: "H. Peter Anvin" <hpa@zytor.com>
Cc: x86@kernel.org

+1
+1
arch/x86/kernel/devicetree.c
··· 20 20 #include <asm/hpet.h> 21 21 #include <asm/apic.h> 22 22 #include <asm/pci_x86.h> 23 + #include <asm/setup.h> 23 24 24 25 __initdata u64 initial_dtb; 25 26 char __initdata cmd_line[COMMAND_LINE_SIZE];