diff options
author | Christoph Hellwig <hch@infradead.org> | 2012-10-07 10:55:51 -0400 |
---|---|---|
committer | Nicholas Bellinger <nab@linux-iscsi.org> | 2012-11-06 20:55:44 -0800 |
commit | d1b1f8053401aaf1dfe636afa6d361301e3ae8b7 (patch) | |
tree | 52a04af8a2383ce291105b4b5d01bb869802f33c /drivers/target/target_core_internal.h | |
parent | 9e999a6c51fe74a41a76038c64ce038ff9243bfb (diff) | |
download | talos-obmc-linux-d1b1f8053401aaf1dfe636afa6d361301e3ae8b7.tar.gz talos-obmc-linux-d1b1f8053401aaf1dfe636afa6d361301e3ae8b7.zip |
target: move REPORT LUNS emulation to target_core_spc.c
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
Diffstat (limited to 'drivers/target/target_core_internal.h')
-rw-r--r-- | drivers/target/target_core_internal.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/target/target_core_internal.h b/drivers/target/target_core_internal.h index 5854ed67af59..2f37720c4db3 100644 --- a/drivers/target/target_core_internal.h +++ b/drivers/target/target_core_internal.h @@ -19,7 +19,6 @@ int core_dev_export(struct se_device *, struct se_portal_group *, struct se_lun *); void core_dev_unexport(struct se_device *, struct se_portal_group *, struct se_lun *); -int target_report_luns(struct se_cmd *); int se_dev_set_task_timeout(struct se_device *, u32); int se_dev_set_max_unmap_lba_count(struct se_device *, u32); int se_dev_set_max_unmap_block_desc_count(struct se_device *, u32); |