]> 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>
Tue, 2 Aug 2011 16:41:55 +0000 (12:41 -0400)
commitb04b48d03350f255044efabd88f3997f8129bd93
treee02ce4ab91f71f6df9953738c44a7fcc17bc44fd
parenta961de24d9e54a5e50d9ca566c514950ca1d6b79
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