Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

bsg-lib: add module.h include

Due to conflicts with the moduleh tree in linux-next, we
run into an include file mess. We really need export.h
in that tree, but if we add module.h locally then the
issue is easier to resolve.

Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Jens Axboe <jaxboe@fusionio.com>

+1
+1
block/bsg-lib.c
··· 25 25 #include <linux/delay.h> 26 26 #include <linux/scatterlist.h> 27 27 #include <linux/bsg-lib.h> 28 + #include <linux/module.h> 28 29 #include <scsi/scsi_cmnd.h> 29 30 30 31 /**