diff options
author | Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com> | 2021-08-25 17:24:56 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2021-08-26 11:13:36 +0300 |
commit | 9b3f66bc0eca844bf269befdd620ecf527170e20 (patch) | |
tree | fd1a8f13384004cfcfe5bd8524de4866e6fbcdea | |
parent | d8eb4eb0ef1da9f6792cd749378be425278ba973 (diff) | |
download | linux-9b3f66bc0eca844bf269befdd620ecf527170e20.tar.xz |
nfc: pn544: 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>
-rw-r--r-- | drivers/nfc/pn544/pn544.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/nfc/pn544/pn544.c b/drivers/nfc/pn544/pn544.c index 092f03b80a78..32a61a185142 100644 --- a/drivers/nfc/pn544/pn544.c +++ b/drivers/nfc/pn544/pn544.c @@ -13,7 +13,6 @@ #include <linux/nfc.h> #include <net/nfc/hci.h> -#include <net/nfc/llc.h> #include "pn544.h" |