nfc: st-nci: remove unused header includes
authorKrzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
Wed, 25 Aug 2021 14:24:57 +0000 (16:24 +0200)
committerDavid S. Miller <davem@davemloft.net>
Thu, 26 Aug 2021 08:13:36 +0000 (09:13 +0100)
Do not include unnecessary headers.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/nfc/st-nci/core.c

index 72bb51e..a367136 100644 (file)
@@ -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"