]> 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>
Thu, 11 Aug 2011 21:31:17 +0000 (17:31 -0400)
commit24bac9f76740b2e3961db7a8d57b5f338a3abe21
tree0474638fee5db6e8420908f0b1a61412b51c4406
parentf5abd61ca87c6e0b31f84b08b9ad8d6e72089115
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