summaryrefslogtreecommitdiff
path: root/include/target/target_core_tmr.h
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@infradead.org>2011-11-14 17:30:30 (GMT)
committerNicholas Bellinger <nab@linux-iscsi.org>2011-12-14 08:51:12 (GMT)
commite26d99aed42ec6cdc9540d19c77ac5d4dd2c5b00 (patch)
tree9c0424f81877d6c5cfaf7746447e0c9decf8e82e /include/target/target_core_tmr.h
parentdc47ce90c3a822cd7c9e9339fe4d5f61dcb26b50 (diff)
downloadlinux-e26d99aed42ec6cdc9540d19c77ac5d4dd2c5b00.tar.xz
target: reshuffle headers
Create a new headers, drivers/target/target_core_internal.h that is supposed to hold all target_core-internal prototypes. Move all non-exported includes from include/target to it, and merge the smaller prototype-only includes inside drivers/target into it as well. Mark functions that were found to not be called outside their implementation file static. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
Diffstat (limited to 'include/target/target_core_tmr.h')
-rw-r--r--include/target/target_core_tmr.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/target/target_core_tmr.h b/include/target/target_core_tmr.h
index d5876e1..36b3e0d 100644
--- a/include/target/target_core_tmr.h
+++ b/include/target/target_core_tmr.h
@@ -25,11 +25,7 @@ enum tcm_tmrsp_table {
TMR_FUNCTION_REJECTED = 255,
};
-extern struct kmem_cache *se_tmr_req_cache;
-
extern struct se_tmr_req *core_tmr_alloc_req(struct se_cmd *, void *, u8, gfp_t);
extern void core_tmr_release_req(struct se_tmr_req *);
-extern int core_tmr_lun_reset(struct se_device *, struct se_tmr_req *,
- struct list_head *, struct se_cmd *);
#endif /* TARGET_CORE_TMR_H */