summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorAhmed S. Darwish <a.darwish@linutronix.de>2021-01-18 11:09:37 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2021-03-04 12:13:32 +0100
commitc9f0028b73a2a95302457f502b4de4c4644e8a92 (patch)
tree40f1580e388c268201d244a6658544eb1457ce3b /Documentation
parent03836bf2eb84760bc6dff2df4ad04f0b4ccc4384 (diff)
downloadlinux-c9f0028b73a2a95302457f502b4de4c4644e8a92.tar.gz
linux-c9f0028b73a2a95302457f502b4de4c4644e8a92.tar.bz2
linux-c9f0028b73a2a95302457f502b4de4c4644e8a92.zip
scsi: libsas: docs: Remove notify_ha_event()
commit 3f901c81dfad6930de5d4e6b582c4fde880cdada upstream. The ->notify_ha_event() hook has long been removed from the libsas event interface. Remove it from documentation. Link: https://lore.kernel.org/r/20210118100955.1761652-2-a.darwish@linutronix.de Fixes: 042ebd293b86 ("scsi: libsas: kill useless ha_event and do some cleanup") Cc: stable@vger.kernel.org Reviewed-by: John Garry <john.garry@huawei.com> Reviewed-by: Jack Wang <jinpu.wang@cloud.ionos.com> Signed-off-by: Ahmed S. Darwish <a.darwish@linutronix.de> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/scsi/libsas.rst1
1 files changed, 0 insertions, 1 deletions
diff --git a/Documentation/scsi/libsas.rst b/Documentation/scsi/libsas.rst
index 7216b5d25800..f9b77c7879db 100644
--- a/Documentation/scsi/libsas.rst
+++ b/Documentation/scsi/libsas.rst
@@ -189,7 +189,6 @@ num_phys
The event interface::
/* LLDD calls these to notify the class of an event. */
- void (*notify_ha_event)(struct sas_ha_struct *, enum ha_event);
void (*notify_port_event)(struct sas_phy *, enum port_event);
void (*notify_phy_event)(struct sas_phy *, enum phy_event);