Message ID | 20221113202428.374088146@linutronix.de |
---|---|
State | New |
Headers | show |
Series | genirq/msi: Treewide cleanup of pointless linux/msi.h includes | expand |
On 11/14/22 05:33, Thomas Gleixner wrote: > Nothing in this file needs anything from linux/msi.h > > Signed-off-by: Thomas Gleixner <tglx@linutronix.de> > Cc: Damien Le Moal <damien.lemoal@opensource.wdc.com> > Cc: linux-ide@vger.kernel.org > --- > 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 !
--- 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>
Nothing in this file needs anything from linux/msi.h Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Cc: Damien Le Moal <damien.lemoal@opensource.wdc.com> Cc: linux-ide@vger.kernel.org --- drivers/ata/ahci.c | 1 - 1 file changed, 1 deletion(-)