From patchwork Wed Nov 9 13:35:16 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Geert Uytterhoeven X-Patchwork-Id: 13037526 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id A4D6AC4332F for ; Wed, 9 Nov 2022 13:36:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-Id:Date:Subject:Cc :To:From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=GeIeCukjBBpMGJXIkp9Zdyz0zalW4CPvzZJKDKCR2D0=; b=ZKM/tA/3gmFl3u WhaFwhxpwhf0jFTthkAmP5HVaBJ5YttXAVXogRm9kOOej8GpvHxbvDHneqV9xlKJt34meHHj0l5Z3 mLtTDVLb0fHxHTissiuTF0vOTRFlB1OTH+80KcgPfw3/gzRPIK8wxHg0cO9JnMyrfMmKCyYLXgZbB f3h9U7Pudcw3OREUNCbg5meIAi0XoMBYrG9QLQcOoM3Rv9u9EeDcSVHpNcvSJl1tef8Unuz0loY0V 6Q/GGJ/QGZAvge8ltHXUm1QnWEQME0bYhVys3xJc7A+jupxewrtyXEEIPF6WIUm1KO0Hfvgt1sz/g rv4pLumzXGZRct4UdIqQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1oslEz-00DnnZ-3t; Wed, 09 Nov 2022 13:35:41 +0000 Received: from baptiste.telenet-ops.be ([2a02:1800:120:4::f00:13]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1oslEn-00DneB-TC for linux-arm-kernel@lists.infradead.org; Wed, 09 Nov 2022 13:35:31 +0000 Received: from ramsan.of.borg ([IPv6:2a02:1810:ac12:ed10:410d:c657:be54:f60b]) by baptiste.telenet-ops.be with bizsmtp id iDbJ2800947WmLZ01DbJHT; Wed, 09 Nov 2022 14:35:19 +0100 Received: from rox.of.borg ([192.168.97.57]) by ramsan.of.borg with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.93) (envelope-from ) id 1oslEc-0006fI-44; Wed, 09 Nov 2022 14:35:18 +0100 Received: from geert by rox.of.borg with local (Exim 4.93) (envelope-from ) id 1oslEb-001cIX-Dy; Wed, 09 Nov 2022 14:35:17 +0100 From: Geert Uytterhoeven To: Shawn Guo , Sascha Hauer , Fabio Estevam , =?utf-8?q?Lothar_Wa=C3=9Fmann?= Cc: Pengutronix Kernel Team , NXP Linux Team , linux-arm-kernel@lists.infradead.org, linux-gpio@vger.kernel.org, Geert Uytterhoeven Subject: [PATCH] ARM: mxs: Remove unneeded #include Date: Wed, 9 Nov 2022 14:35:16 +0100 Message-Id: <1c4709e2bd678e7f57f6b523ce5ae54686ec1e5b.1668000823.git.geert+renesas@glider.be> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20221109_053530_127710_2CAA2709 X-CRM114-Status: UNSURE ( 9.21 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Commit 7705b5ed8adccd92 ("ARM: mxs: remove obsolete startup code for TX28") removed the last user of the pinctrl consumer API. Signed-off-by: Geert Uytterhoeven --- arch/arm/mach-mxs/mach-mxs.c | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/arm/mach-mxs/mach-mxs.c b/arch/arm/mach-mxs/mach-mxs.c index 25c9d184fa4c6da8..02afedcc94183277 100644 --- a/arch/arm/mach-mxs/mach-mxs.c +++ b/arch/arm/mach-mxs/mach-mxs.c @@ -17,7 +17,6 @@ #include #include #include -#include #include #include #include