Browse Source

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>
Thomas Gleixner 17 năm trước cách đây
mục cha
commit
4a139a7fde
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      arch/x86/kernel/e820_64.c

+ 1 - 0
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>