Skip to content

Commit

Permalink
powerpc/PCI: include pci.h in powerpc MSI implementation
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jesse Barnes authored and Jesse Barnes committed Mar 25, 2009
1 parent f110ca4 commit ceb93a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/powerpc/kernel/msi.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

#include <linux/kernel.h>
#include <linux/msi.h>
#include <linux/pci.h>

#include <asm/machdep.h>

Expand Down

0 comments on commit ceb93a9

Please sign in to comment.