dect
/
linux-2.6
Archived
13
0
Fork 0

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>
This commit is contained in:
Paul Gortmaker 2011-05-27 17:06:52 -04:00
parent 6adb1236b5
commit 9775913fa0
1 changed files with 1 additions and 0 deletions

View File

@ -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>