diff options
author | John Garry <john.garry@huawei.com> | 2018-11-15 13:20:28 +0300 |
---|---|---|
committer | Martin K. Petersen <martin.petersen@oracle.com> | 2018-11-15 22:37:05 +0300 |
commit | 1399846d4b99cbb945362c9867709fe7613d30fd (patch) | |
tree | 939459579034ab2f40fd54ea0721b457e5d00c00 /drivers/scsi/libsas/Makefile | |
parent | 15bc43f31a074076f114e0b87931e3b220b7bff1 (diff) | |
download | linux-1399846d4b99cbb945362c9867709fe7613d30fd.tar.xz |
scsi: libsas: Delete sas_dump.{c, h}
The code in these files is not longer referenced, so delete them.
Signed-off-by: John Garry <john.garry@huawei.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'drivers/scsi/libsas/Makefile')
-rw-r--r-- | drivers/scsi/libsas/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/scsi/libsas/Makefile b/drivers/scsi/libsas/Makefile index 2e70140f70c3..c1db90272122 100644 --- a/drivers/scsi/libsas/Makefile +++ b/drivers/scsi/libsas/Makefile @@ -26,7 +26,6 @@ libsas-y += sas_init.o \ sas_phy.o \ sas_port.o \ sas_event.o \ - sas_dump.o \ sas_discover.o \ sas_expander.o \ sas_scsi_host.o \ |