From: Paul Gortmaker <paul.gortmaker@windriver.com> Date: Wed, 28 Sep 2011 22:26:05 +0000 (-0400) Subject: block: Change module.h -> export.h in bsg-lib.c X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=6adb1236b5c1220987209aa68192e0cbad73e9fc;p=openwrt%2Fstaging%2Fblogic.git 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> --- diff --git a/block/bsg-lib.c b/block/bsg-lib.c index 6690e6e41037..7ad49c88f6b1 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> /**