aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nfc/st95hf
diff options
context:
space:
mode:
authorKrzysztof Kozlowski <krzysztof.kozlowski@canonical.com>2021-08-25 16:24:59 +0200
committerDavid S. Miller <davem@davemloft.net>2021-08-26 09:13:36 +0100
commit7fe2f1bc15be08779246f1d46efbaec8b141c9b7 (patch)
tree8d336c6c8c32e27e4fa819bd2570d7c5ba52fc02 /drivers/nfc/st95hf
parentnfc: st21nfca: remove unused header includes (diff)
downloadlinux-dev-7fe2f1bc15be08779246f1d46efbaec8b141c9b7.tar.xz
linux-dev-7fe2f1bc15be08779246f1d46efbaec8b141c9b7.zip
nfc: st95hf: remove unused header includes
Do not include unnecessary headers. Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/nfc/st95hf')
-rw-r--r--drivers/nfc/st95hf/core.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/nfc/st95hf/core.c b/drivers/nfc/st95hf/core.c
index 993818742570..d16cf3ff644e 100644
--- a/drivers/nfc/st95hf/core.c
+++ b/drivers/nfc/st95hf/core.c
@@ -16,7 +16,6 @@
#include <linux/nfc.h>
#include <linux/of_gpio.h>
#include <linux/of.h>
-#include <linux/of_irq.h>
#include <linux/property.h>
#include <linux/regulator/consumer.h>
#include <linux/wait.h>