Просмотр исходного кода

of: of_pci.c needs export.h since it uses EXPORT_SYMBOLS

It was getting it implicitly before, since module.h was pulled
in via device.h -- but that is something we are going to make
go away soon.

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Paul Gortmaker 14 лет назад
Родитель
Сommit
9775913fa0
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/export.h>
 #include <linux/of.h>
 #include <linux/of_pci.h>
 #include <asm/prom.h>