* [PATCH v1 1/1] ata: ahci_platform: Don't use "proxy" headers
@ 2024-04-04 18:02 Andy Shevchenko
0 siblings, 0 replies; only message in thread
From: Andy Shevchenko @ 2024-04-04 18:02 UTC (permalink / raw)
To: Andy Shevchenko, linux-ide, linux-kernel
Cc: Hans de Goede, Jens Axboe, Damien Le Moal, Niklas Cassel
Update header inclusions to follow IWYU (Include What You Use)
principle.
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
---
drivers/ata/ahci_platform.c | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/drivers/ata/ahci_platform.c b/drivers/ata/ahci_platform.c
index 81fc63f6b008..7d7b1e9c4932 100644
--- a/drivers/ata/ahci_platform.c
+++ b/drivers/ata/ahci_platform.c
@@ -8,16 +8,16 @@
* Anton Vorontsov <avorontsov@ru.mvista.com>
*/
-#include <linux/kernel.h>
+#include <linux/ahci_platform.h>
+#include <linux/err.h>
+#include <linux/libata.h>
#include <linux/mod_devicetable.h>
#include <linux/module.h>
-#include <linux/pm.h>
-#include <linux/device.h>
-#include <linux/platform_device.h>
-#include <linux/property.h>
-#include <linux/libata.h>
-#include <linux/ahci_platform.h>
#include <linux/pci_ids.h>
+#include <linux/platform_device.h>
+#include <linux/pm.h>
+#include <linux/property.h>
+
#include "ahci.h"
#define DRV_NAME "ahci"
--
2.43.0.rc1.1.gbec44491f096
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2024-04-04 18:02 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-04 18:02 [PATCH v1 1/1] ata: ahci_platform: Don't use "proxy" headers Andy Shevchenko
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox