summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/msi.c
diff options
context:
space:
mode:
authorJesse Barnes <jbarnes@hobbes.lan>2009-03-25 08:54:29 -0700
committerJesse Barnes <jbarnes@virtuousgeek.org>2009-03-25 08:54:29 -0700
commitceb93a9ff16612314d757874b6415ffbb2091576 (patch)
tree3d5b2c39e33d7ac3c5c3c4324bfdb6c8f7ce8551 /arch/powerpc/kernel/msi.c
parentf110ca489c9b7cf3f6c9656e383e787f3aee217f (diff)
downloadlinux-ceb93a9ff16612314d757874b6415ffbb2091576.tar.gz
linux-ceb93a9ff16612314d757874b6415ffbb2091576.tar.bz2
linux-ceb93a9ff16612314d757874b6415ffbb2091576.zip
powerpc/PCI: include pci.h in powerpc MSI implementation
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>
Diffstat (limited to 'arch/powerpc/kernel/msi.c')
-rw-r--r--arch/powerpc/kernel/msi.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/kernel/msi.c b/arch/powerpc/kernel/msi.c
index 0c16e2a854e5..8bbc12d20f5c 100644
--- 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>