From: Krzysztof Kozlowski Date: Wed, 25 Aug 2021 14:24:58 +0000 (+0200) Subject: nfc: st21nfca: remove unused header includes X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=994a63434133fdfcf1faea7d9daf3451afdff237;p=linux.git nfc: st21nfca: remove unused header includes Do not include unnecessary headers. Signed-off-by: Krzysztof Kozlowski Signed-off-by: David S. Miller --- diff --git a/drivers/nfc/st21nfca/core.c b/drivers/nfc/st21nfca/core.c index 5e6c99fcfd276..161caf2675cfc 100644 --- a/drivers/nfc/st21nfca/core.c +++ b/drivers/nfc/st21nfca/core.c @@ -8,7 +8,6 @@ #include #include #include -#include #include "st21nfca.h" diff --git a/drivers/nfc/st21nfca/i2c.c b/drivers/nfc/st21nfca/i2c.c index 1b44a37a71aad..279d88128b2e4 100644 --- a/drivers/nfc/st21nfca/i2c.c +++ b/drivers/nfc/st21nfca/i2c.c @@ -18,8 +18,6 @@ #include #include -#include - #include #include #include