From mboxrd@z Thu Jan 1 00:00:00 1970 Content-Type: multipart/mixed; boundary="===============8982265132739257122==" MIME-Version: 1.0 From: Krzysztof Kozlowski To: linux-nfc@lists.01.org Subject: [PATCH 3/6] nfc: pn544: remove unused header includes Date: Wed, 25 Aug 2021 16:24:56 +0200 Message-ID: <20210825142459.226168-3-krzysztof.kozlowski@canonical.com> In-Reply-To: <20210825142459.226168-1-krzysztof.kozlowski@canonical.com> List-Id: --===============8982265132739257122== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Do not include unnecessary headers. Signed-off-by: Krzysztof Kozlowski --- drivers/nfc/pn544/pn544.c | 1 - 1 file changed, 1 deletion(-) 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 #include -#include = #include "pn544.h" = -- = 2.30.2 --===============8982265132739257122==--