Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Stephen Rothwell and committed by
James Bottomley
6546a02a 4ce30874

+2
+2
drivers/target/target_core_fabric_lib.c
··· 30 30 #include <linux/spinlock.h> 31 31 #include <linux/export.h> 32 32 33 + #include <scsi/scsi_proto.h> 34 + 33 35 #include <target/target_core_base.h> 34 36 #include <target/target_core_fabric.h> 35 37 #include <target/target_core_configfs.h>