Skip to content

Commit 7ad36c8

Browse files
Christoph Hellwigmartinkpetersen
authored andcommitted
scsi: core: Unexport scsi_bus_type
scsi_bus_type is not used by any code outside of scsi_mod.ko. Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Christoph Hellwig <[email protected]> Signed-off-by: Martin K. Petersen <[email protected]>
1 parent 7274ce0 commit 7ad36c8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/scsi/scsi_sysfs.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -573,7 +573,6 @@ struct bus_type scsi_bus_type = {
573573
.pm = &scsi_bus_pm_ops,
574574
#endif
575575
};
576-
EXPORT_SYMBOL_GPL(scsi_bus_type);
577576

578577
int scsi_sysfs_register(void)
579578
{

0 commit comments

Comments
 (0)