diff mbox series

[3/6] nfc: pn544: remove unused header includes

Message ID 20210825142459.226168-3-krzysztof.kozlowski@canonical.com
State New
Headers show
Series [1/6] nfc: microread: remove unused header includes | expand

Commit Message

Krzysztof Kozlowski Aug. 25, 2021, 2:24 p.m. UTC
Do not include unnecessary headers.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
---
 drivers/nfc/pn544/pn544.c | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

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"