diff options
author | Krzysztof Kozlowski | 2021-08-25 16:24:59 +0200 |
---|---|---|
committer | David S. Miller | 2021-08-26 09:13:36 +0100 |
commit | 7fe2f1bc15be08779246f1d46efbaec8b141c9b7 (patch) | |
tree | 8d336c6c8c32e27e4fa819bd2570d7c5ba52fc02 /drivers | |
parent | 994a63434133fdfcf1faea7d9daf3451afdff237 (diff) |
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')
-rw-r--r-- | drivers/nfc/st95hf/core.c | 1 |
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> |