]> git.karo-electronics.de Git - karo-tx-linux.git/commit
of: of_pci.c needs export.h since it uses EXPORT_SYMBOLS
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Fri, 27 May 2011 21:06:52 +0000 (17:06 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Thu, 28 Jul 2011 03:43:32 +0000 (23:43 -0400)
commitdca366e0d7fe20d9463dfb5f974a9ee5edc3d7f6
tree3b8cb50ba673ead0fb719ec9492c55042f1c68da
parentf159f4435d71091a63bd569b7aa5a4feb82fa42c
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>
drivers/of/of_pci.c