Re: [PATCH 03/10] scsi: libsas: Delete enum sas_phy_type

From: Jason Yan
Date: Tue Aug 15 2023 - 05:33:07 EST


On 2023/8/14 22:10, John Garry wrote:
enum sas_phy_type is used for asd_sas_phy.type, which is only ever set,
so delete this member and the enum.

Signed-off-by: John Garry<john.g.garry@xxxxxxxxxx>
---
drivers/scsi/aic94xx/aic94xx_hwi.c | 1 -
drivers/scsi/hisi_sas/hisi_sas_main.c | 1 -
drivers/scsi/isci/phy.c | 1 -
drivers/scsi/mvsas/mv_init.c | 1 -
drivers/scsi/pm8001/pm8001_init.c | 1 -
include/scsi/libsas.h | 6 ------
6 files changed, 11 deletions(-)

Reviewed-by: Jason Yan <yanaijie@xxxxxxxxxx>