aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoland Dreier <roland@purestorage.com>2013-01-02 12:48:01 -0800
committerNicholas Bellinger <nab@linux-iscsi.org>2013-02-13 11:27:22 -0800
commitd09816ae8fc05322b4e37a589537b4ecdca28a0d (patch)
tree93111f00e2b1f3e310d3410fc508c616755b94d3
parenttarget: Remove useless if statement (diff)
downloadlinux-dev-d09816ae8fc05322b4e37a589537b4ecdca28a0d.tar.xz
linux-dev-d09816ae8fc05322b4e37a589537b4ecdca28a0d.zip
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>
-rw-r--r--include/target/target_core_base.h1
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 {
TMR_LUN_RESET = 5,
TMR_TARGET_WARM_RESET = 6,
TMR_TARGET_COLD_RESET = 7,
- TMR_FABRIC_TMR = 255,
};
/* fabric independent task management response values */