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:
4ce3087
)
target: explicitly include scsi_proto.h in target_core_fabric_lib.c
author
Stephen Rothwell
<sfr@canb.auug.org.au>
Wed, 3 Jun 2015 08:16:07 +0000
(18:16 +1000)
committer
James Bottomley
<JBottomley@Odin.com>
Wed, 3 Jun 2015 22:50:33 +0000
(15:50 -0700)
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Acked-by: Nicholas A. Bellinger <nab@linux-iscsi.org>
Signed-off-by: James Bottomley <JBottomley@Odin.com>
drivers/target/target_core_fabric_lib.c
patch
|
blob
|
history
diff --git
a/drivers/target/target_core_fabric_lib.c
b/drivers/target/target_core_fabric_lib.c
index fdf31ef02f8a34da5fac5257523cac103146588f..41f4f270f91982746e8ce237f22bd1680d51722e 100644
(file)
--- a/
drivers/target/target_core_fabric_lib.c
+++ b/
drivers/target/target_core_fabric_lib.c
@@
-30,6
+30,8
@@
#include <linux/spinlock.h>
#include <linux/export.h>
+#include <scsi/scsi_proto.h>
+
#include <target/target_core_base.h>
#include <target/target_core_fabric.h>
#include <target/target_core_configfs.h>