]> git.baikalelectronics.ru Git - kernel.git/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)
commit10836e1ac2c0eb7be9f553f6db557d04b9024a1a
tree4585043cead011c197d1f71bec30a2d02c2649c2
parentd227abd64a542b330395e336765101d561d22a8f
scsi: lpfc: fix inlining of lpfc_sli4_cleanup_poll_list()

[ Upstream commit 7650f181235e9285f88ec49ff0be424d66801442 ]

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

Fix by removing the inline tag.

Fixes: b13c81427de3 ("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