浏览代码

of: fix missing include from of_pci.c

of_pci.c references symbols from linux/of.h.

Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Grant Likely 14 年之前
父节点
当前提交
a642285014
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      drivers/of/of_pci.c

+ 1 - 0
drivers/of/of_pci.c

@@ -1,4 +1,5 @@
 #include <linux/kernel.h>
 #include <linux/kernel.h>
+#include <linux/of.h>
 #include <linux/of_pci.h>
 #include <linux/of_pci.h>
 #include <asm/prom.h>
 #include <asm/prom.h>