]> git.karo-electronics.de Git - karo-tx-linux.git/commit
drivers/base: transport_class explicitly requires EXPORT_SYMBOL
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Thu, 26 May 2011 20:00:52 +0000 (16:00 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Sun, 31 Jul 2011 08:05:37 +0000 (04:05 -0400)
commit87c225a051ffa275f83ee7844d3935d91ace5d65
tree7ffb14768f93cd6243608fb1e54791c89aa7cfbf
parent9c2dcf18c56fd9376b370d33766aba2c14b1ff84
drivers/base: transport_class explicitly requires EXPORT_SYMBOL

This file was getting <linux/module.h> via an implicit include
path, but we want to crush those out of existence since they cost
time during compiles of processing thousands of lines of headers
for no reason.  Give it the lightweight header that just contains
the EXPORT_SYMBOL infrastructure.

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
drivers/base/transport_class.c