summaryrefslogtreecommitdiffstats
path: root/drivers/target/target_core_transport.c
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@infradead.org>2011-10-12 11:06:56 -0400
committerNicholas Bellinger <nab@linux-iscsi.org>2011-10-24 03:21:03 +0000
commitc0427f155614908ca1147cd5b6a0d5cdcaef8327 (patch)
treea4c4d59078679302ccea165080213d0752b1369d /drivers/target/target_core_transport.c
parent0a020436d8baf412bcf5997aee7796276ea773ae (diff)
downloadop-kernel-dev-c0427f155614908ca1147cd5b6a0d5cdcaef8327.zip
op-kernel-dev-c0427f155614908ca1147cd5b6a0d5cdcaef8327.tar.gz
target: Cleanup unused target_core_base.h bits
This is a squashed version of the following target_core_base.h cleanup patches: target: remove the unused SHUTDOWN_SIGS defintion target: remove unused se_mem leftovers target: remove the unused map_func_t typedef target: move TRANSPORT_IOV_DATA_BUFFER to the iscsi-specific code Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
Diffstat (limited to 'drivers/target/target_core_transport.c')
-rw-r--r--drivers/target/target_core_transport.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/target/target_core_transport.c b/drivers/target/target_core_transport.c
index ee73f10..89b85dd 100644
--- a/drivers/target/target_core_transport.c
+++ b/drivers/target/target_core_transport.c
@@ -69,9 +69,6 @@ struct kmem_cache *t10_alua_lu_gp_mem_cache;
struct kmem_cache *t10_alua_tg_pt_gp_cache;
struct kmem_cache *t10_alua_tg_pt_gp_mem_cache;
-/* Used for transport_dev_get_map_*() */
-typedef int (*map_func_t)(struct se_task *, u32);
-
static int transport_generic_write_pending(struct se_cmd *);
static int transport_processing_thread(void *param);
static int __transport_execute_tasks(struct se_device *dev);
OpenPOWER on IntegriCloud