From: Andy Shevchenko Date: Thu, 16 Jan 2025 15:30:37 +0000 (+0200) Subject: nfc: mrvl: Don't use "proxy" headers X-Git-Tag: v6.14-rc1~162^2~27 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a26892ee1297dcdb8f5e08e5971f4439a9c2abb5;p=thirdparty%2Fkernel%2Flinux.git nfc: mrvl: Don't use "proxy" headers Update header inclusions to follow IWYU (Include What You Use) principle. In this case replace of_gpio.h, which is subject to remove by the GPIOLIB subsystem, with the respective headers that are being used by the driver. Acked-by: Krzysztof Kozlowski Signed-off-by: Andy Shevchenko Link: https://patch.msgid.link/20250116153119.148097-1-andriy.shevchenko@linux.intel.com Signed-off-by: Jakub Kicinski --- diff --git a/drivers/nfc/nfcmrvl/uart.c b/drivers/nfc/nfcmrvl/uart.c index 956ae92f75734..2037cd6d4f4f4 100644 --- a/drivers/nfc/nfcmrvl/uart.c +++ b/drivers/nfc/nfcmrvl/uart.c @@ -5,11 +5,16 @@ * Copyright (C) 2015, Marvell International Ltd. */ -#include #include -#include +#include +#include +#include +#include +#include + #include #include + #include "nfcmrvl.h" static unsigned int hci_muxed;