2022-11-13 20:35:49

by Thomas Gleixner

[permalink] [raw]
Subject: [patch 02/10] ata: ahci: Remove linux/msi.h include

Nothing in this file needs anything from linux/msi.h

Signed-off-by: Thomas Gleixner <[email protected]>
Cc: Damien Le Moal <[email protected]>
Cc: [email protected]
---
drivers/ata/ahci.c | 1 -
1 file changed, 1 deletion(-)

--- a/drivers/ata/ahci.c
+++ b/drivers/ata/ahci.c
@@ -26,7 +26,6 @@
#include <linux/device.h>
#include <linux/dmi.h>
#include <linux/gfp.h>
-#include <linux/msi.h>
#include <scsi/scsi_host.h>
#include <scsi/scsi_cmnd.h>
#include <linux/libata.h>



2022-11-13 23:45:52

by Damien Le Moal

[permalink] [raw]
Subject: Re: [patch 02/10] ata: ahci: Remove linux/msi.h include

On 11/14/22 05:33, Thomas Gleixner wrote:
> Nothing in this file needs anything from linux/msi.h
>
> Signed-off-by: Thomas Gleixner <[email protected]>
> Cc: Damien Le Moal <[email protected]>
> Cc: [email protected]
> ---
> drivers/ata/ahci.c | 1 -
> 1 file changed, 1 deletion(-)
>
> --- a/drivers/ata/ahci.c
> +++ b/drivers/ata/ahci.c
> @@ -26,7 +26,6 @@
> #include <linux/device.h>
> #include <linux/dmi.h>
> #include <linux/gfp.h>
> -#include <linux/msi.h>
> #include <scsi/scsi_host.h>
> #include <scsi/scsi_cmnd.h>
> #include <linux/libata.h>
>

Applied to ata tree for-6.2 branch. Thanks !

--
Damien Le Moal
Western Digital Research