Commit 9775913f authored by Paul Gortmaker's avatar Paul Gortmaker

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: default avatarPaul Gortmaker <paul.gortmaker@windriver.com>
parent 6adb1236
#include <linux/kernel.h> #include <linux/kernel.h>
#include <linux/export.h>
#include <linux/of.h> #include <linux/of.h>
#include <linux/of_pci.h> #include <linux/of_pci.h>
#include <asm/prom.h> #include <asm/prom.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment