netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next v1 1/1] nfc: mrvl: Don't use "proxy" headers
@ 2024-11-01  8:39 Andy Shevchenko
  2024-11-02  8:00 ` Krzysztof Kozlowski
  2024-11-03 16:17 ` Jakub Kicinski
  0 siblings, 2 replies; 8+ messages in thread
From: Andy Shevchenko @ 2024-11-01  8:39 UTC (permalink / raw)
  To: Andy Shevchenko, netdev, linux-kernel; +Cc: Krzysztof Kozlowski

Update header inclusions to follow IWYU (Include What You Use)
principle.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
---
 drivers/nfc/nfcmrvl/uart.c | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/drivers/nfc/nfcmrvl/uart.c b/drivers/nfc/nfcmrvl/uart.c
index 956ae92f7573..2037cd6d4f4f 100644
--- a/drivers/nfc/nfcmrvl/uart.c
+++ b/drivers/nfc/nfcmrvl/uart.c
@@ -5,11 +5,16 @@
  * Copyright (C) 2015, Marvell International Ltd.
  */
 
-#include <linux/module.h>
 #include <linux/delay.h>
-#include <linux/of_gpio.h>
+#include <linux/device.h>
+#include <linux/err.h>
+#include <linux/module.h>
+#include <linux/of.h>
+#include <linux/printk.h>
+
 #include <net/nfc/nci.h>
 #include <net/nfc/nci_core.h>
+
 #include "nfcmrvl.h"
 
 static unsigned int hci_muxed;
-- 
2.43.0.rc1.1336.g36b5255a03ac


^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2024-11-05 14:15 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-01  8:39 [PATCH net-next v1 1/1] nfc: mrvl: Don't use "proxy" headers Andy Shevchenko
2024-11-02  8:00 ` Krzysztof Kozlowski
2024-11-04  8:07   ` Andy Shevchenko
2024-11-04  9:09     ` Krzysztof Kozlowski
2024-11-03 16:17 ` Jakub Kicinski
2024-11-04  8:15   ` Andy Shevchenko
2024-11-05  2:29     ` Jakub Kicinski
2024-11-05 14:15       ` Andy Shevchenko

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).