summaryrefslogtreecommitdiffstats
path: root/block
diff options
context:
space:
mode:
authorJens Axboe <jaxboe@fusionio.com>2011-08-02 10:43:35 +0200
committerJens Axboe <jaxboe@fusionio.com>2011-08-02 10:43:35 +0200
commite2a5429ff7947ad251310376384f449297b7492a (patch)
tree516df1989b1ed323602776f443e0859ae5fab5e1 /block
parenta5395b83b78f62ccf5e3af854aacd025c2a6e7b5 (diff)
downloadlinux-0-day-e2a5429ff7947ad251310376384f449297b7492a.tar.gz
linux-0-day-e2a5429ff7947ad251310376384f449297b7492a.tar.xz
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>
Diffstat (limited to 'block')
-rw-r--r--block/bsg-lib.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/block/bsg-lib.c b/block/bsg-lib.c
index f8c0a61a529cd..6690e6e41037e 100644
--- a/block/bsg-lib.c
+++ b/block/bsg-lib.c
@@ -25,6 +25,7 @@
#include <linux/delay.h>
#include <linux/scatterlist.h>
#include <linux/bsg-lib.h>
+#include <linux/module.h>
#include <scsi/scsi_cmnd.h>
/**