mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-03-16 12:14:06 +00:00
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/20220523083838.227987-1-hch@lst.de Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
This commit is contained in:
parent
7274ce0558
commit
7ad36c8b2b
1 changed files with 0 additions and 1 deletions
|
@ -573,7 +573,6 @@ struct bus_type scsi_bus_type = {
|
|||
.pm = &scsi_bus_pm_ops,
|
||||
#endif
|
||||
};
|
||||
EXPORT_SYMBOL_GPL(scsi_bus_type);
|
||||
|
||||
int scsi_sysfs_register(void)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue