|
@@ -503,11 +503,8 @@ def tcm_mod_dump_fabric_ops(proto_ident, fabric_mod_dir_var, fabric_mod_name):
|
|
|
buf += "#include <linux/string.h>\n"
|
|
|
buf += "#include <linux/ctype.h>\n"
|
|
|
buf += "#include <asm/unaligned.h>\n"
|
|
|
- buf += "#include <scsi/scsi.h>\n"
|
|
|
- buf += "#include <scsi/scsi_host.h>\n"
|
|
|
- buf += "#include <scsi/scsi_device.h>\n"
|
|
|
- buf += "#include <scsi/scsi_cmnd.h>\n"
|
|
|
- buf += "#include <scsi/libfc.h>\n\n"
|
|
|
+ buf += "#include <scsi/scsi_common.h>\n"
|
|
|
+ buf += "#include <scsi/scsi_proto.h>\n"
|
|
|
buf += "#include <target/target_core_base.h>\n"
|
|
|
buf += "#include <target/target_core_fabric.h>\n"
|
|
|
buf += "#include <target/target_core_configfs.h>\n\n"
|