diff mbox series

scsi: unexport scsi_bus_type

Message ID 20220523083838.227987-1-hch@lst.de
State New
Headers show
Series scsi: unexport scsi_bus_type | expand

Commit Message

Christoph Hellwig May 23, 2022, 8:38 a.m. UTC
scsi_bus_type is not used by any code outside of scsi_mod.ko.

Signed-off-by: Christoph Hellwig <hch@lst.de>
---
 drivers/scsi/scsi_sysfs.c | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

diff --git a/drivers/scsi/scsi_sysfs.c b/drivers/scsi/scsi_sysfs.c
index dc6872e352bd4..81b6ca75f395f 100644
--- a/drivers/scsi/scsi_sysfs.c
+++ b/drivers/scsi/scsi_sysfs.c
@@ -560,7 +560,6 @@  struct bus_type scsi_bus_type = {
 	.pm		= &scsi_bus_pm_ops,
 #endif
 };
-EXPORT_SYMBOL_GPL(scsi_bus_type);
 
 int scsi_sysfs_register(void)
 {