scsi_bus_type is not used by any code outside of scsi_mod.ko. Signed-off-by: Christoph Hellwig <hch@xxxxxx> --- drivers/scsi/scsi_sysfs.c | 1 - 1 file changed, 1 deletion(-) 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) { -- 2.30.2