aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>2025-01-16 17:27:28 +0200
committerJakub Kicinski <kuba@kernel.org>2025-01-18 17:08:59 -0800
commit33b5c84ae4fd962884d02e943b341e9d531fb9a1 (patch)
treed01fda269ec1ba095cd32ff8b8fe193b05ba6aef
parentMerge branch 'ethtool-get_ts_stats-for-dsa-and-ocelot-driver' (diff)
downloadwireguard-linux-33b5c84ae4fd962884d02e943b341e9d531fb9a1.tar.xz
wireguard-linux-33b5c84ae4fd962884d02e943b341e9d531fb9a1.zip
nfc: st21nfca: Remove unused of_gpio.h
of_gpio.h is deprecated and subject to remove. The drivers in question don't use it, simply remove the unused header. Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Signed-off-by: Jakub Kicinski <kuba@kernel.org>
-rw-r--r--drivers/nfc/st21nfca/i2c.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/nfc/st21nfca/i2c.c b/drivers/nfc/st21nfca/i2c.c
index 02c3d11a19c4..6d7861383806 100644
--- a/drivers/nfc/st21nfca/i2c.c
+++ b/drivers/nfc/st21nfca/i2c.c
@@ -11,7 +11,6 @@
#include <linux/i2c.h>
#include <linux/gpio/consumer.h>
#include <linux/of_irq.h>
-#include <linux/of_gpio.h>
#include <linux/acpi.h>
#include <linux/interrupt.h>
#include <linux/delay.h>