scsi: lpfc: Fixup eq_clr_intr references
Declaring interrupt clear routines as inline is bogus as they are used as an indirect pointer. Remove the inline references. 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>
This commit is contained in:

committed by
Martin K. Petersen

vanhempi
c88725dd14
commit
92f3b32718
@@ -355,7 +355,7 @@ lpfc_sli4_eq_get(struct lpfc_queue *q)
|
||||
* @q: The Event Queue to disable interrupts
|
||||
*
|
||||
**/
|
||||
inline void
|
||||
void
|
||||
lpfc_sli4_eq_clr_intr(struct lpfc_queue *q)
|
||||
{
|
||||
struct lpfc_register doorbell;
|
||||
@@ -374,7 +374,7 @@ lpfc_sli4_eq_clr_intr(struct lpfc_queue *q)
|
||||
* @q: The Event Queue to disable interrupts
|
||||
*
|
||||
**/
|
||||
inline void
|
||||
void
|
||||
lpfc_sli4_if6_eq_clr_intr(struct lpfc_queue *q)
|
||||
{
|
||||
struct lpfc_register doorbell;
|
||||
|
Viittaa uudesa ongelmassa
Block a user