OSDN Git Service

nfc: st21nfca: remove unused header includes
authorKrzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
Wed, 25 Aug 2021 14:24:58 +0000 (16:24 +0200)
committerDavid S. Miller <davem@davemloft.net>
Thu, 26 Aug 2021 08:13:36 +0000 (09:13 +0100)
Do not include unnecessary headers.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/nfc/st21nfca/core.c
drivers/nfc/st21nfca/i2c.c

index 5e6c99f..161caf2 100644 (file)
@@ -8,7 +8,6 @@
 #include <linux/module.h>
 #include <linux/nfc.h>
 #include <net/nfc/hci.h>
-#include <net/nfc/llc.h>
 
 #include "st21nfca.h"
 
index 1b44a37..279d881 100644 (file)
@@ -18,8 +18,6 @@
 #include <linux/nfc.h>
 #include <linux/firmware.h>
 
-#include <asm/unaligned.h>
-
 #include <net/nfc/hci.h>
 #include <net/nfc/llc.h>
 #include <net/nfc/nfc.h>