]> 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, 25 Aug 2011 17:55:11 +0000 (13:55 -0400)
commit087283402408811f15b10d6450b0213304bd631e
tree6209c7a49d43b0c3cb0709111531285b2737609b
parent039b0822dc0a026bad655565e75400a7ff1544c1
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