]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
block: Change module.h -> export.h in bsg-lib.c
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Wed, 28 Sep 2011 22:26:05 +0000 (18:26 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Mon, 31 Oct 2011 23:31:13 +0000 (19:31 -0400)
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>
block/bsg-lib.c

index 6690e6e41037ec305e7b5cd606f96c59fb29fe17..7ad49c88f6b197a04c66e05aab9facacd2781af4 100644 (file)
@@ -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>
 
 /**