]> 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, 25 Aug 2011 17:55:11 +0000 (13:55 -0400)
commit039b0822dc0a026bad655565e75400a7ff1544c1
tree3414d7e2ac44da9150cb37a50e64bedbca32ee26
parent6289a5d1da4d1952b9113da2749b2718987eb84b
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