From: Jesse Barnes Date: Wed, 25 Mar 2009 15:54:29 +0000 (-0700) Subject: powerpc/PCI: include pci.h in powerpc MSI implementation X-Git-Tag: v2.6.30-rc1~419^2~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ceb93a9ff16612314d757874b6415ffbb2091576;p=thirdparty%2Flinux.git powerpc/PCI: include pci.h in powerpc MSI implementation This file uses PCI MSI defines and so needs pci.h. Tested-by: Stephen Rothwell Signed-off-by: Jesse Barnes --- diff --git a/arch/powerpc/kernel/msi.c b/arch/powerpc/kernel/msi.c index 0c16e2a854e50..8bbc12d20f5c9 100644 --- a/arch/powerpc/kernel/msi.c +++ b/arch/powerpc/kernel/msi.c @@ -9,6 +9,7 @@ #include #include +#include #include