diff options
author | Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com> | 2021-08-25 17:24:57 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2021-08-26 11:13:36 +0300 |
commit | 2603ca8720409667e2250f370ea2827c073336df (patch) | |
tree | 48d19127de767f8df8c2d7e911e2c16085ab5cd1 /drivers/nfc | |
parent | 9b3f66bc0eca844bf269befdd620ecf527170e20 (diff) | |
download | linux-2603ca8720409667e2250f370ea2827c073336df.tar.xz |
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.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/nfc/st-nci/core.c b/drivers/nfc/st-nci/core.c index 72bb51efdf9c..a367136d4330 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" |