Commit 9775913fa05c57b046aa076ae03881f8ee66742b

Authored by Paul Gortmaker
1 parent 6adb1236b5

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>

Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff

1 1 #include <linux/kernel.h>
  2 +#include <linux/export.h>
2 3 #include <linux/of.h>
3 4 #include <linux/of_pci.h>
4 5 #include <asm/prom.h>