commit | ceb93a9ff16612314d757874b6415ffbb2091576 | [log] [tgz] |
---|---|---|
author | Jesse Barnes <jbarnes@hobbes.lan> | Wed Mar 25 08:54:29 2009 -0700 |
committer | Jesse Barnes <jbarnes@virtuousgeek.org> | Wed Mar 25 08:54:29 2009 -0700 |
tree | 3d5b2c39e33d7ac3c5c3c4324bfdb6c8f7ce8551 | |
parent | f110ca489c9b7cf3f6c9656e383e787f3aee217f [diff] [blame] |
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>
diff --git a/arch/powerpc/kernel/msi.c b/arch/powerpc/kernel/msi.c index 0c16e2a..8bbc12d 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>