]> git.itanic.dy.fi Git - linux-stable/commit
scsi: lpfc: fix inlining of lpfc_sli4_cleanup_poll_list()
authorJames Smart <jsmart2021@gmail.com>
Mon, 11 Nov 2019 23:03:58 +0000 (15:03 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 17 Apr 2020 08:50:26 +0000 (10:50 +0200)
commit484cc15ad00f6f80b3c1d9a1464d4cc921c54d2b
tree4585043cead011c197d1f71bec30a2d02c2649c2
parent8dead2c275e41b599289f26948b4dd0276c46fd3
scsi: lpfc: fix inlining of lpfc_sli4_cleanup_poll_list()

[ Upstream commit d480e57809a043333a3b9e755c0bdd43e10a9f12 ]

Compilation can fail due to having an inline function reference where the
function body is not present.

Fix by removing the inline tag.

Fixes: 93a4d6f40198 ("scsi: lpfc: Add registration for CPU Offline/Online events")
Link: https://lore.kernel.org/r/20191111230401.12958-4-jsmart2021@gmail.com
Reviewed-by: Ewan D. Milne <emilne@redhat.com>
Signed-off-by: Dick Kennedy <dick.kennedy@broadcom.com>
Signed-off-by: James Smart <jsmart2021@gmail.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/scsi/lpfc/lpfc_crtn.h
drivers/scsi/lpfc/lpfc_sli.c