]> 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, 11 Aug 2011 21:31:16 +0000 (17:31 -0400)
commitf5abd61ca87c6e0b31f84b08b9ad8d6e72089115
tree01d2fdaa790dc2b1ac81acb66b5e35de364d1f26
parentfa15049fe214557927430e4755f7f30fe7f081c5
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