浏览代码

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>
Jens Axboe 14 年之前
父节点
当前提交
e2a5429ff7
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      block/bsg-lib.c

+ 1 - 0
block/bsg-lib.c

@@ -25,6 +25,7 @@
 #include <linux/delay.h>
 #include <linux/delay.h>
 #include <linux/scatterlist.h>
 #include <linux/scatterlist.h>
 #include <linux/bsg-lib.h>
 #include <linux/bsg-lib.h>
+#include <linux/module.h>
 #include <scsi/scsi_cmnd.h>
 #include <scsi/scsi_cmnd.h>
 
 
 /**
 /**