diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2008-05-12 15:43:37 +0200 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2008-05-25 10:55:12 +0200 |
commit | 4a139a7fdec8964cecf7a3564ee7ae327141d495 (patch) | |
tree | 21736e7edf19164c243e07ae8ee6a6ccd6085ad3 /arch | |
parent | a91eea6df383f26fc4fcbefcbdb5aee8facd17fd (diff) |
x86: include pci.h in e820_64.c
global pci_mem_start needs a declaration. include pci.h
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/x86/kernel/e820_64.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 <linux/mm.h> #include <linux/suspend.h> #include <linux/pfn.h> +#include <linux/pci.h> #include <asm/pgtable.h> #include <asm/page.h> |