]> 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>
Tue, 2 Aug 2011 16:41:54 +0000 (12:41 -0400)
commita961de24d9e54a5e50d9ca566c514950ca1d6b79
treebdf1d5460b81127aa5fda41f7536918f55280e9b
parentca014e9b44aa5c18f59932b699a132e2d1f22ec3
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