diff options
author | Paul Gortmaker <paul.gortmaker@windriver.com> | 2011-09-29 02:26:05 +0400 |
---|---|---|
committer | Paul Gortmaker <paul.gortmaker@windriver.com> | 2011-11-01 03:31:13 +0400 |
commit | 6adb1236b5c1220987209aa68192e0cbad73e9fc (patch) | |
tree | 7ad3f412de234888be103c807bffbe67457a865a /block | |
parent | 0c8d44f239b453517d25d0fcfd2737bb5cb34ef8 (diff) | |
download | linux-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')
-rw-r--r-- | block/bsg-lib.c | 2 |
1 files changed, 1 insertions, 1 deletions
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> /** |