summaryrefslogtreecommitdiffstats
path: root/block/bsg-lib.c
diff options
context:
space:
mode:
authorPaul Gortmaker <paul.gortmaker@windriver.com>2011-09-28 18:26:05 -0400
committerPaul Gortmaker <paul.gortmaker@windriver.com>2011-10-31 19:31:13 -0400
commit6adb1236b5c1220987209aa68192e0cbad73e9fc (patch)
tree7ad3f412de234888be103c807bffbe67457a865a /block/bsg-lib.c
parent0c8d44f239b453517d25d0fcfd2737bb5cb34ef8 (diff)
downloadlinux-0-day-6adb1236b5c1220987209aa68192e0cbad73e9fc.tar.gz
linux-0-day-6adb1236b5c1220987209aa68192e0cbad73e9fc.tar.xz
block: Change module.h -> export.h in bsg-lib.c
This file isn't using full modular functionality, and hence can be "downgraded" to just using the export.h header. Reported-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Diffstat (limited to 'block/bsg-lib.c')
-rw-r--r--block/bsg-lib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/block/bsg-lib.c b/block/bsg-lib.c
index 6690e6e41037e..7ad49c88f6b19 100644
--- a/block/bsg-lib.c
+++ b/block/bsg-lib.c
@@ -25,7 +25,7 @@
#include <linux/delay.h>
#include <linux/scatterlist.h>
#include <linux/bsg-lib.h>
-#include <linux/module.h>
+#include <linux/export.h>
#include <scsi/scsi_cmnd.h>
/**