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>
Mon, 31 Oct 2011 23:31:12 +0000 (19:31 -0400)
commitd5decd3b9512e35c87492312a72443192eebdda9
tree96aec1c137a09e3b8c4129862d117ce9775909fb
parenta0e5cc581b3fc0e0a909e3cab48d9ec286c2a276
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/aoeblk.c
drivers/block/aoe/aoechr.c