diff options
Diffstat (limited to 'include/target/target_core_tmr.h')
-rw-r--r-- | include/target/target_core_tmr.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/target/target_core_tmr.h b/include/target/target_core_tmr.h index d5876e17d3fb..36b3e0de99b4 100644 --- a/include/target/target_core_tmr.h +++ b/include/target/target_core_tmr.h | |||
@@ -25,11 +25,7 @@ enum tcm_tmrsp_table { | |||
25 | TMR_FUNCTION_REJECTED = 255, | 25 | TMR_FUNCTION_REJECTED = 255, |
26 | }; | 26 | }; |
27 | 27 | ||
28 | extern struct kmem_cache *se_tmr_req_cache; | ||
29 | |||
30 | extern struct se_tmr_req *core_tmr_alloc_req(struct se_cmd *, void *, u8, gfp_t); | 28 | extern struct se_tmr_req *core_tmr_alloc_req(struct se_cmd *, void *, u8, gfp_t); |
31 | extern void core_tmr_release_req(struct se_tmr_req *); | 29 | extern void core_tmr_release_req(struct se_tmr_req *); |
32 | extern int core_tmr_lun_reset(struct se_device *, struct se_tmr_req *, | ||
33 | struct list_head *, struct se_cmd *); | ||
34 | 30 | ||
35 | #endif /* TARGET_CORE_TMR_H */ | 31 | #endif /* TARGET_CORE_TMR_H */ |