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: 623120 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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id E0BCEC4332F for ; Wed, 9 Nov 2022 13:35:37 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230261AbiKINff (ORCPT ); Wed, 9 Nov 2022 08:35:35 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58134 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230210AbiKINfW (ORCPT ); Wed, 9 Nov 2022 08:35:22 -0500 Received: from baptiste.telenet-ops.be (baptiste.telenet-ops.be [IPv6:2a02:1800:120:4::f00:13]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8828C2F64A for ; Wed, 9 Nov 2022 05:35:20 -0800 (PST) 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 Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.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