Commit 4a139a7f authored by Thomas Gleixner's avatar Thomas Gleixner

x86: include pci.h in e820_64.c

global pci_mem_start needs a declaration. include pci.h
Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent a91eea6d
......@@ -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>
......
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