diff mbox series

scsi: cxlflash: Prepare cleanup of powerpc's asm/prom.h

Message ID ac126862e2c2801335cded5c0cf7f5d3ea9cdd53.1648833424.git.christophe.leroy@csgroup.eu
State New
Headers show
Series scsi: cxlflash: Prepare cleanup of powerpc's asm/prom.h | expand

Commit Message

Christophe Leroy April 2, 2022, 10:15 a.m. UTC
powerpc's asm/prom.h brings some headers that it doesn't
need itself.

In order to clean it up, first add missing headers in
users of asm/prom.h

Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu>
---
 drivers/scsi/cxlflash/ocxl_hw.c | 1 +
 1 file changed, 1 insertion(+)

Comments

Christophe Leroy June 3, 2022, 9:19 a.m. UTC | #1
Gentle ping.

Is this fix going into 5.19 ?

Thanks
Christophe

Le 02/04/2022 à 12:15, Christophe Leroy a écrit :
> powerpc's asm/prom.h brings some headers that it doesn't
> need itself.
> 
> In order to clean it up, first add missing headers in
> users of asm/prom.h
> 
> Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu>
> ---
>   drivers/scsi/cxlflash/ocxl_hw.c | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/scsi/cxlflash/ocxl_hw.c b/drivers/scsi/cxlflash/ocxl_hw.c
> index 244fc27215dc..631eda2d467e 100644
> --- a/drivers/scsi/cxlflash/ocxl_hw.c
> +++ b/drivers/scsi/cxlflash/ocxl_hw.c
> @@ -16,6 +16,7 @@
>   #include <linux/poll.h>
>   #include <linux/sched/signal.h>
>   #include <linux/interrupt.h>
> +#include <linux/irqdomain.h>
>   #include <asm/xive.h>
>   #include <misc/ocxl.h>
>
diff mbox series

Patch

diff --git a/drivers/scsi/cxlflash/ocxl_hw.c b/drivers/scsi/cxlflash/ocxl_hw.c
index 244fc27215dc..631eda2d467e 100644
--- a/drivers/scsi/cxlflash/ocxl_hw.c
+++ b/drivers/scsi/cxlflash/ocxl_hw.c
@@ -16,6 +16,7 @@ 
 #include <linux/poll.h>
 #include <linux/sched/signal.h>
 #include <linux/interrupt.h>
+#include <linux/irqdomain.h>
 #include <asm/xive.h>
 #include <misc/ocxl.h>