]> git.baikalelectronics.ru Git - kernel.git/commitdiff
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 72bb51efdf9c3f86fc6b610dc912414bc5e77f79..a367136d4330a3fa62ea83b7dd6d9497013fedc5 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"