scsi: target: Remove unused list 'device_list'
authorDr. David Alan Gilbert <linux@treblig.org>
Fri, 3 May 2024 23:44:19 +0000 (00:44 +0100)
committerMartin K. Petersen <martin.petersen@oracle.com>
Tue, 7 May 2024 01:40:51 +0000 (21:40 -0400)
Commit be50f538e9a5 ("target: remove g_device_list") made 'g_device_list'
local as 'device_list' but also removed the last use of it, the code that
added the device to it.

Build tested only.

Signed-off-by: Dr. David Alan Gilbert <linux@treblig.org>
Link: https://lore.kernel.org/r/20240503234419.171823-1-linux@treblig.org
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/target/target_core_device.c

index 7a85e6477e4655e3cae5bab15aed90116dc31a94..bf4892544cfdb4f5aeb0db262f3355b6b40b6155 100644 (file)
@@ -37,7 +37,6 @@
 #include "target_core_ua.h"
 
 static DEFINE_MUTEX(device_mutex);
-static LIST_HEAD(device_list);
 static DEFINE_IDR(devices_idr);
 
 static struct se_hba *lun0_hba;