浏览代码

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>
Jesse Barnes 16 年之前
父节点
当前提交
ceb93a9ff1
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      arch/powerpc/kernel/msi.c

+ 1 - 0
arch/powerpc/kernel/msi.c

@@ -9,6 +9,7 @@
 
 
 #include <linux/kernel.h>
 #include <linux/kernel.h>
 #include <linux/msi.h>
 #include <linux/msi.h>
+#include <linux/pci.h>
 
 
 #include <asm/machdep.h>
 #include <asm/machdep.h>