From mboxrd@z Thu Jan 1 00:00:00 1970 Content-Type: multipart/mixed; boundary="===============4176945233933206283==" MIME-Version: 1.0 From: Krzysztof Kozlowski To: linux-nfc@lists.01.org Subject: [PATCH 4/6] nfc: st-nci: remove unused header includes Date: Wed, 25 Aug 2021 16:24:57 +0200 Message-ID: <20210825142459.226168-4-krzysztof.kozlowski@canonical.com> In-Reply-To: <20210825142459.226168-1-krzysztof.kozlowski@canonical.com> List-Id: --===============4176945233933206283== 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/st-nci/core.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/nfc/st-nci/core.c b/drivers/nfc/st-nci/core.c index 72bb51efdf9c..a367136d4330 100644 --- a/drivers/nfc/st-nci/core.c +++ b/drivers/nfc/st-nci/core.c @@ -9,8 +9,6 @@ #include #include #include -#include -#include = #include "st-nci.h" = -- = 2.30.2 --===============4176945233933206283==--