diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2015-06-03 18:16:07 +1000 |
---|---|---|
committer | James Bottomley <JBottomley@Odin.com> | 2015-06-03 15:50:33 -0700 |
commit | 6546a02a571c9e8c5c5e5c39b3acc25187002acc (patch) | |
tree | 7ae7cc559385bdf3aeff44dd97436c6cc64465c4 /drivers/target | |
parent | 4ce30874f561faa15e87fcf0592eee14c26cb78b (diff) | |
download | talos-obmc-linux-6546a02a571c9e8c5c5e5c39b3acc25187002acc.tar.gz talos-obmc-linux-6546a02a571c9e8c5c5e5c39b3acc25187002acc.zip |
target: explicitly include scsi_proto.h in target_core_fabric_lib.c
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>
Diffstat (limited to 'drivers/target')
-rw-r--r-- | drivers/target/target_core_fabric_lib.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/target/target_core_fabric_lib.c b/drivers/target/target_core_fabric_lib.c index fdf31ef02f8a..41f4f270f919 100644 --- 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> |