Re: [patch 03/10] scsi: lpfc: Remove linux/msi.h include

From: James Smart
Date: Mon Nov 14 2022 - 00:39:58 EST


On 11/13/2022 12:33 PM, Thomas Gleixner wrote:
Nothing in this file needs anything from linux/msi.h

Signed-off-by: Thomas Gleixner <tglx@xxxxxxxxxxxxx>
Cc: James Smart <james.smart@xxxxxxxxxxxx>
Cc: Dick Kennedy <dick.kennedy@xxxxxxxxxxxx>
Cc: "James E.J. Bottomley" <jejb@xxxxxxxxxxxxx>
Cc: "Martin K. Petersen" <martin.petersen@xxxxxxxxxx>
Cc: linux-scsi@xxxxxxxxxxxxxxx
---
drivers/scsi/lpfc/lpfc_init.c | 1 -
1 file changed, 1 deletion(-)

--- a/drivers/scsi/lpfc/lpfc_init.c
+++ b/drivers/scsi/lpfc/lpfc_init.c
@@ -36,7 +36,6 @@
#include <linux/firmware.h>
#include <linux/miscdevice.h>
#include <linux/percpu.h>
-#include <linux/msi.h>
#include <linux/irq.h>
#include <linux/bitops.h>
#include <linux/crash_dump.h>


yep - agree.

Reviewed-by: James Smart <jsmart2021@xxxxxxxxx>

-- james