From: Thomas Gleixner Date: Mon, 12 May 2008 13:43:37 +0000 (+0200) Subject: x86: include pci.h in e820_64.c X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=4a139a7fdec8964cecf7a3564ee7ae327141d495;p=linux-beck.git x86: include pci.h in e820_64.c global pci_mem_start needs a declaration. include pci.h Signed-off-by: Thomas Gleixner Signed-off-by: Ingo Molnar --- diff --git a/arch/x86/kernel/e820_64.c b/arch/x86/kernel/e820_64.c index 5a9bc9244dc6..3b2e0b1bb49b 100644 --- a/arch/x86/kernel/e820_64.c +++ b/arch/x86/kernel/e820_64.c @@ -19,6 +19,7 @@ #include #include #include +#include #include #include