aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nfc
diff options
context:
space:
mode:
authorKrzysztof Kozlowski <krzysztof.kozlowski@canonical.com>2021-08-25 16:24:57 +0200
committerDavid S. Miller <davem@davemloft.net>2021-08-26 09:13:36 +0100
commit2603ca8720409667e2250f370ea2827c073336df (patch)
tree48d19127de767f8df8c2d7e911e2c16085ab5cd1 /drivers/nfc
parent9b3f66bc0eca844bf269befdd620ecf527170e20 (diff)
downloadlinux-2603ca8720409667e2250f370ea2827c073336df.tar.gz
nfc: st-nci: 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')
-rw-r--r--drivers/nfc/st-nci/core.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/nfc/st-nci/core.c b/drivers/nfc/st-nci/core.c
index 72bb51efdf9c3f..a367136d4330a3 100644
--- a/drivers/nfc/st-nci/core.c
+++ b/drivers/nfc/st-nci/core.c
@@ -9,8 +9,6 @@
#include <linux/nfc.h>
#include <net/nfc/nci.h>
#include <net/nfc/nci_core.h>
-#include <linux/gpio.h>
-#include <linux/delay.h>
#include "st-nci.h"