]> www.infradead.org Git - users/willy/xarray.git/commit
scsi: libsas: Allow libsas to include SCSI header files directly
authorJason Yan <yanaijie@huawei.com>
Fri, 16 Jul 2021 07:45:51 +0000 (15:45 +0800)
committerMartin K. Petersen <martin.petersen@oracle.com>
Wed, 21 Jul 2021 03:11:17 +0000 (23:11 -0400)
commite15f669cd996b85bb07b0e787fa78806477bf211
tree13fe0220a49ba73e3b7213c10a5446d9833c0c9b
parent54815088859fa766c7879a06ee028e0cee4f589e
scsi: libsas: Allow libsas to include SCSI header files directly

libsas needs to include some header files in the scsi directory. However
these are currently hardcoded with the path "../" in the C files. Do this
in the Makefile to avoid hardcoding the path.

Link: https://lore.kernel.org/r/20210716074551.771312-1-yanaijie@huawei.com
Cc: John Garry <john.garry@huawei.com>
Reviewed-by: John Garry <john.garry@huawei.com>
Signed-off-by: Jason Yan <yanaijie@huawei.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/libsas/Makefile
drivers/scsi/libsas/sas_ata.c
drivers/scsi/libsas/sas_discover.c
drivers/scsi/libsas/sas_expander.c
drivers/scsi/libsas/sas_host_smp.c
drivers/scsi/libsas/sas_init.c
drivers/scsi/libsas/sas_phy.c
drivers/scsi/libsas/sas_port.c
drivers/scsi/libsas/sas_scsi_host.c