OSDN Git Service

scsi: target: Remove the unused function transport_lba_64_ext()
authorJiapeng Chong <jiapeng.chong@linux.alibaba.com>
Tue, 18 Oct 2022 08:12:35 +0000 (16:12 +0800)
committerMartin K. Petersen <martin.petersen@oracle.com>
Sat, 22 Oct 2022 02:58:13 +0000 (02:58 +0000)
commit621a323c3a7e23b364deaddf769e731f2da6ff03
tree9cf1eb2b1e6d43d1b75cfcab0b90af63934cca5b
parent868a8824838f1f0d781e838fa36dbb2de6bc7fdd
scsi: target: Remove the unused function transport_lba_64_ext()

The function transport_lba_64_ext() is defined in the target_core_sbc.c
file, but not called elsewhere, so remove this unused function.

drivers/target/target_core_sbc.c:276:34: warning: unused function 'transport_lba_64_ext'.

Link: https://bugzilla.openanolis.cn/show_bug.cgi?id=2427
Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Signed-off-by: Jiapeng Chong <jiapeng.chong@linux.alibaba.com>
Link: https://lore.kernel.org/r/20221018081235.124662-1-jiapeng.chong@linux.alibaba.com
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/target/target_core_sbc.c