projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0c8d44f
)
block: Change module.h -> export.h in bsg-lib.c
author
Paul Gortmaker
<paul.gortmaker@windriver.com>
Wed, 28 Sep 2011 22:26:05 +0000
(18:26 -0400)
committer
Paul 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
patch
|
blob
|
history
diff --git
a/block/bsg-lib.c
b/block/bsg-lib.c
index 6690e6e41037ec305e7b5cd606f96c59fb29fe17..7ad49c88f6b197a04c66e05aab9facacd2781af4 100644
(file)
--- 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>
/**