]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
powerpc/PCI: include pci.h in powerpc MSI implementation
authorJesse Barnes <jbarnes@hobbes.lan>
Wed, 25 Mar 2009 15:54:29 +0000 (08:54 -0700)
committerJesse 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

index 0c16e2a854e505739f558f7b626e0cdb7578f6ab..8bbc12d20f5c9a11346874bb336fac33c7dcc6bc 100644 (file)
@@ -9,6 +9,7 @@
 
 #include <linux/kernel.h>
 #include <linux/msi.h>
+#include <linux/pci.h>
 
 #include <asm/machdep.h>