On 2023/8/9 21:22, Yue Haibing wrote:
Commit 042ebd293b86 ("scsi: libsas: kill useless ha_event and do some cleanup") removed sas_hae_reset() but not its declaration. Commit 2908d778ab3e ("[SCSI] aic94xx: new driver") declared but never implemented other functions. Signed-off-by: Yue Haibing<yuehaibing@xxxxxxxxxx> --- drivers/scsi/libsas/sas_internal.h | 7 ------- include/scsi/libsas.h | 2 -- 2 files changed, 9 deletions(-)
Reviewed-by: Jason Yan <yanaijie@xxxxxxxxxx> .