projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a91eea6
)
x86: include pci.h in e820_64.c
author
Thomas Gleixner
<tglx@linutronix.de>
Mon, 12 May 2008 13:43:37 +0000
(15:43 +0200)
committer
Thomas Gleixner
<tglx@linutronix.de>
Sun, 25 May 2008 08:55:12 +0000
(10:55 +0200)
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>
arch/x86/kernel/e820_64.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/x86/kernel/e820_64.c
b/arch/x86/kernel/e820_64.c
index 5a9bc9244dc6364d4632cd6097a0569622cc18a4..3b2e0b1bb49b65a76234c79512b625cefc9abe9a 100644
(file)
--- 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>