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 0c16e2a..8bbc12d 100644 (file)
@@ -9,6 +9,7 @@
 
 #include <linux/kernel.h>
 #include <linux/msi.h>
+#include <linux/pci.h>
 
 #include <asm/machdep.h>