projects
/
GitHub
/
LineageOS
/
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:
f110ca4
)
powerpc/PCI: include pci.h in powerpc MSI implementation
author
Jesse Barnes
<jbarnes@hobbes.lan>
Wed, 25 Mar 2009 15:54:29 +0000
(08:54 -0700)
committer
Jesse Barnes
<jbarnes@virtuousgeek.org>
Wed, 25 Mar 2009 15:54:29 +0000
(08:54 -0700)
This file uses PCI MSI defines and so needs pci.h.
Tested-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
arch/powerpc/kernel/msi.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/powerpc/kernel/msi.c
b/arch/powerpc/kernel/msi.c
index 0c16e2a854e505739f558f7b626e0cdb7578f6ab..8bbc12d20f5c9a11346874bb336fac33c7dcc6bc 100644
(file)
--- a/
arch/powerpc/kernel/msi.c
+++ b/
arch/powerpc/kernel/msi.c
@@
-9,6
+9,7
@@
#include <linux/kernel.h>
#include <linux/msi.h>
+#include <linux/pci.h>
#include <asm/machdep.h>