]> git.karo-electronics.de Git - karo-tx-linux.git/commit
block: add export.h to files using EXPORT_SYMBOL/THIS_MODULE macros
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:30 +0000 (23:43 -0400)
commit18e33c7bc69c53b78414ac88011f74187757cd86
treef6d489ffa5c34cd549737ba897a8d69b4fd2db14
parent207f7b38dcc8579fd2d98117769fb1011ed39397
block: add export.h to files using EXPORT_SYMBOL/THIS_MODULE macros

These files were 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 them the lightweight header that just contains
the EXPORT_SYMBOL infrastructure.

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
block/blk-integrity.c
block/ioctl.c
drivers/block/aoe/aoechr.c