diff options
author | John Garry <john.garry@huawei.com> | 2018-11-15 18:20:28 +0800 |
---|---|---|
committer | Martin K. Petersen <martin.petersen@oracle.com> | 2018-11-15 14:37:05 -0500 |
commit | 1399846d4b99cbb945362c9867709fe7613d30fd (patch) | |
tree | 939459579034ab2f40fd54ea0721b457e5d00c00 /drivers/scsi/libsas/sas_event.c | |
parent | 15bc43f31a074076f114e0b87931e3b220b7bff1 (diff) | |
download | lwn-1399846d4b99cbb945362c9867709fe7613d30fd.tar.gz lwn-1399846d4b99cbb945362c9867709fe7613d30fd.zip |
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/sas_event.c')
-rw-r--r-- | drivers/scsi/libsas/sas_event.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/scsi/libsas/sas_event.c b/drivers/scsi/libsas/sas_event.c index ae923eb6de95..b1e0f7d2b396 100644 --- a/drivers/scsi/libsas/sas_event.c +++ b/drivers/scsi/libsas/sas_event.c @@ -25,7 +25,6 @@ #include <linux/export.h> #include <scsi/scsi_host.h> #include "sas_internal.h" -#include "sas_dump.h" int sas_queue_work(struct sas_ha_struct *ha, struct sas_work *sw) { |