diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/target/target_core_base.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/target/target_core_base.h b/include/target/target_core_base.h index 82cb4ed06f71..f13fd09d91dc 100644 --- a/include/target/target_core_base.h +++ b/include/target/target_core_base.h | |||
@@ -451,11 +451,6 @@ enum target_prot_op { | |||
451 | TARGET_PROT_DOUT_PASS, | 451 | TARGET_PROT_DOUT_PASS, |
452 | }; | 452 | }; |
453 | 453 | ||
454 | enum target_prot_ho { | ||
455 | PROT_SEPERATED, | ||
456 | PROT_INTERLEAVED, | ||
457 | }; | ||
458 | |||
459 | enum target_prot_type { | 454 | enum target_prot_type { |
460 | TARGET_DIF_TYPE0_PROT, | 455 | TARGET_DIF_TYPE0_PROT, |
461 | TARGET_DIF_TYPE1_PROT, | 456 | TARGET_DIF_TYPE1_PROT, |
@@ -567,7 +562,6 @@ struct se_cmd { | |||
567 | u32 reftag_seed; | 562 | u32 reftag_seed; |
568 | struct scatterlist *t_prot_sg; | 563 | struct scatterlist *t_prot_sg; |
569 | unsigned int t_prot_nents; | 564 | unsigned int t_prot_nents; |
570 | enum target_prot_ho prot_handover; | ||
571 | sense_reason_t pi_err; | 565 | sense_reason_t pi_err; |
572 | sector_t bad_sector; | 566 | sector_t bad_sector; |
573 | bool prot_pto; | 567 | bool prot_pto; |