]> 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>
Tue, 2 Aug 2011 16:41:52 +0000 (12:41 -0400)
commit71606dfbdba3af6977152f86531c12ceb3341a0c
tree4c138663f528eebc4c867ccad8fd1506c2b832ca
parente41d2598595f78464c40d41142b5c523ec292832
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