On 16/07/2021 08:45, yanaijie wrote:
libsas needs to include some header files in the scsi directory. However they are now hardcoded with the path "../" in the C files. Let's do this in the Makefile to avoid the hardcode. Cc: John Garry<john.garry@xxxxxxxxxx> Signed-off-by: Jason Yan<yanaijie@xxxxxxxxxx> --- drivers/scsi/libsas/Makefile | 2 +- drivers/scsi/libsas/sas_ata.c | 4 ++-- drivers/scsi/libsas/sas_discover.c | 2 +- drivers/scsi/libsas/sas_expander.c | 2 +- drivers/scsi/libsas/sas_host_smp.c | 2 +- drivers/scsi/libsas/sas_init.c | 2 +- drivers/scsi/libsas/sas_phy.c | 2 +- drivers/scsi/libsas/sas_port.c | 2 +- drivers/scsi/libsas/sas_scsi_host.c | 6 +++--- 9 files changed, 12 insertions(+), 12 deletions(-)
Reviewed-by: John Garry <john.garry@xxxxxxxxxx>