浏览代码

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>
Stephen Rothwell 10 年之前
父节点
当前提交
6546a02a57
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      drivers/target/target_core_fabric_lib.c

+ 2 - 0
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>