diff options
author | Roland Dreier <roland@purestorage.com> | 2013-01-02 15:48:01 -0500 |
---|---|---|
committer | Nicholas Bellinger <nab@linux-iscsi.org> | 2013-02-13 14:27:22 -0500 |
commit | d09816ae8fc05322b4e37a589537b4ecdca28a0d (patch) | |
tree | 93111f00e2b1f3e310d3410fc508c616755b94d3 /include | |
parent | 6f15667e21e40ef14005699610723a13cfb26155 (diff) |
target: Remove never-used TMR_FABRIC_TMR enum value
Signed-off-by: Roland Dreier <roland@purestorage.com>
Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/target/target_core_base.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/target/target_core_base.h b/include/target/target_core_base.h index 663e34a5383f..4fa0f1038360 100644 --- a/include/target/target_core_base.h +++ b/include/target/target_core_base.h | |||
@@ -211,7 +211,6 @@ enum tcm_tmreq_table { | |||
211 | TMR_LUN_RESET = 5, | 211 | TMR_LUN_RESET = 5, |
212 | TMR_TARGET_WARM_RESET = 6, | 212 | TMR_TARGET_WARM_RESET = 6, |
213 | TMR_TARGET_COLD_RESET = 7, | 213 | TMR_TARGET_COLD_RESET = 7, |
214 | TMR_FABRIC_TMR = 255, | ||
215 | }; | 214 | }; |
216 | 215 | ||
217 | /* fabric independent task management response values */ | 216 | /* fabric independent task management response values */ |