aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nfc
diff options
context:
space:
mode:
authorKrzysztof Kozlowski <krzysztof.kozlowski@canonical.com>2021-08-25 16:24:56 +0200
committerDavid S. Miller <davem@davemloft.net>2021-08-26 09:13:36 +0100
commit9b3f66bc0eca844bf269befdd620ecf527170e20 (patch)
treefd1a8f13384004cfcfe5bd8524de4866e6fbcdea /drivers/nfc
parentd8eb4eb0ef1da9f6792cd749378be425278ba973 (diff)
downloadlinux-9b3f66bc0eca844bf269befdd620ecf527170e20.tar.gz
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>
Diffstat (limited to 'drivers/nfc')
-rw-r--r--drivers/nfc/pn544/pn544.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/nfc/pn544/pn544.c b/drivers/nfc/pn544/pn544.c
index 092f03b80a787..32a61a1851422 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"