diff options
| author | Jason Yan <[email protected]> | 2021-07-16 07:45:51 +0000 |
|---|---|---|
| committer | Martin K. Petersen <[email protected]> | 2021-07-21 03:11:17 +0000 |
| commit | e15f669cd996b85bb07b0e787fa78806477bf211 (patch) | |
| tree | 13fe0220a49ba73e3b7213c10a5446d9833c0c9b /drivers/scsi/libsas/sas_host_smp.c | |
| parent | scsi: ufs: core: Use scsi_get_lba() to get LBA (diff) | |
| download | kernel-e15f669cd996b85bb07b0e787fa78806477bf211.tar.gz kernel-e15f669cd996b85bb07b0e787fa78806477bf211.zip | |
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/[email protected]
Cc: John Garry <[email protected]>
Reviewed-by: John Garry <[email protected]>
Signed-off-by: Jason Yan <[email protected]>
Signed-off-by: Martin K. Petersen <[email protected]>
Diffstat (limited to 'drivers/scsi/libsas/sas_host_smp.c')
| -rw-r--r-- | drivers/scsi/libsas/sas_host_smp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/libsas/sas_host_smp.c b/drivers/scsi/libsas/sas_host_smp.c index eca2a6bf3601..32cdc969b736 100644 --- a/drivers/scsi/libsas/sas_host_smp.c +++ b/drivers/scsi/libsas/sas_host_smp.c @@ -14,7 +14,7 @@ #include <scsi/scsi_transport.h> #include <scsi/scsi_transport_sas.h> -#include "../scsi_sas_internal.h" +#include "scsi_sas_internal.h" static void sas_host_smp_discover(struct sas_ha_struct *sas_ha, u8 *resp_data, u8 phy_id) |
