]> git.baikalelectronics.ru Git - kernel.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>
Mon, 31 Oct 2011 23:31:14 +0000 (19:31 -0400)
commit6af59a7aede93c4d8626b11c2440467d1651c225
tree0339bb983e8becc9bbb5a2d133239e8a4ff2c181
parentdeb8cfcba4578256aef7979c253f7f4d99c04778
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