aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Gleixner <[email protected]>2022-11-13 21:33:57 +0100
committerDamien Le Moal <[email protected]>2022-11-14 08:24:27 +0900
commit6c57e74e6e03211dddba55619bfb5ddc52cef89d (patch)
tree65099180218aaa2d7398f7aff37e91eac3c9e65e
parent01a965d750508cacdfc8aa04e567cbb0692ce649 (diff)
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] Signed-off-by: Damien Le Moal <[email protected]>
-rw-r--r--drivers/ata/ahci.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/ata/ahci.c b/drivers/ata/ahci.c
index 639de2d75d63..0cfd0ec6229b 100644
--- 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>