diff options
author | Jesse Barnes <jbarnes@hobbes.lan> | 2009-03-25 16:54:29 +0100 |
---|---|---|
committer | Jesse Barnes <jbarnes@virtuousgeek.org> | 2009-03-25 16:54:29 +0100 |
commit | ceb93a9ff16612314d757874b6415ffbb2091576 (patch) | |
tree | 3d5b2c39e33d7ac3c5c3c4324bfdb6c8f7ce8551 /arch/powerpc/kernel/msi.c | |
parent | PCI Hotplug: schedule fakephp for feature removal (diff) | |
download | linux-ceb93a9ff16612314d757874b6415ffbb2091576.tar.xz 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.c | 1 |
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> |