diff options
author | Andy Grover <agrover@redhat.com> | 2013-10-09 22:05:56 +0400 |
---|---|---|
committer | Nicholas Bellinger <nab@linux-iscsi.org> | 2013-10-17 00:35:02 +0400 |
commit | d80e224dd52dfc448e820aefa5f86c441ab76e1a (patch) | |
tree | 515f20fb3b8a16b3b7d491054e90d8baa1a7e2da /include/target | |
parent | 6b378382396feb02c79ad562a01955df0529df45 (diff) | |
download | linux-d80e224dd52dfc448e820aefa5f86c441ab76e1a.tar.xz |
target: Remove TF_CIT_TMPL macro
Remove a lingering macro that just hid a dereference.
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Andy Grover <agrover@redhat.com>
Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
Diffstat (limited to 'include/target')
-rw-r--r-- | include/target/target_core_configfs.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/target/target_core_configfs.h b/include/target/target_core_configfs.h index 713c5004f4ae..e0801386e4dc 100644 --- a/include/target/target_core_configfs.h +++ b/include/target/target_core_configfs.h @@ -54,4 +54,3 @@ struct target_fabric_configfs { struct target_fabric_configfs_template tf_cit_tmpl; }; -#define TF_CIT_TMPL(tf) (&(tf)->tf_cit_tmpl) |