]> 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, 28 Jul 2011 03:43:32 +0000 (23:43 -0400)
commit4a7c6ad3c3a54d70a5976613cc2fee0bb5b4c556
treed4a3ea93efc85171acbc0a50de7a87475a341509
parentdca366e0d7fe20d9463dfb5f974a9ee5edc3d7f6
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