From patchwork Wed Nov 9 13:35:58 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Geert Uytterhoeven X-Patchwork-Id: 13037534 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 C227DC4332F for ; Wed, 9 Nov 2022 13:37:13 +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=leI7ZBh/BBIeKMEuh6YsarQrW+eHVP2mwo7aSr4j+p8=; b=EDY+lubgMHKKGO 15BMFujXo+ETvKnnyiKu/bGte8z1fU6ZyR1lRdJTl3f5oPqOzc8Cv4ibSPxxvt0tsfVR6YOV9/UEo gvqnRQp1KRnRJTB1diZ4wATmMefcpVZkjp8d22c7AJVmaH/NujeaR1LS5UQdF7Z7rCxLwbd9P3IWv ffEFAwaZYaZT3s9F3AhEDup+AJMjAL3ZrcHt/NwIa9SkRX9MpD3a89GVUYMYBoEFkxzr0hA3Wfm11 C+fTMLLXfku/6x1s0FX/r7J1ca+CPw6ELj+/5M4vaX4TeniX0sx4lYxAQAQUaOK/D77ckjSP6WTD9 JX/v5Nvpax+0CAvw9VOg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1oslFW-00DoEh-PK; Wed, 09 Nov 2022 13:36:14 +0000 Received: from michel.telenet-ops.be ([2a02:1800:110:4::f00:18]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1oslFS-00DoAw-NR for linux-arm-kernel@lists.infradead.org; Wed, 09 Nov 2022 13:36:12 +0000 Received: from ramsan.of.borg ([IPv6:2a02:1810:ac12:ed10:410d:c657:be54:f60b]) by michel.telenet-ops.be with bizsmtp id iDc22800L47WmLZ06Dc22d; Wed, 09 Nov 2022 14:36:06 +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 1oslFJ-0006fW-Lp; Wed, 09 Nov 2022 14:36:01 +0100 Received: from geert by rox.of.borg with local (Exim 4.93) (envelope-from ) id 1oslFI-001cKM-Vl; Wed, 09 Nov 2022 14:36:01 +0100 From: Geert Uytterhoeven To: Shawn Guo , Sascha Hauer , Fabio Estevam Cc: Pengutronix Kernel Team , NXP Linux Team , linux-arm-kernel@lists.infradead.org, linux-gpio@vger.kernel.org, Geert Uytterhoeven Subject: [PATCH] ARM: imx3: Remove unneeded #include Date: Wed, 9 Nov 2022 14:35:58 +0100 Message-Id: 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_053610_933234_E91CAECD X-CRM114-Status: UNSURE ( 9.32 ) 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 6c5f05a6cd88c77f ("ARM: imx3: Remove imx3 soc_init()") removed the last user of the pinctrl machine API. Signed-off-by: Geert Uytterhoeven --- arch/arm/mach-imx/mm-imx3.c | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/arm/mach-imx/mm-imx3.c b/arch/arm/mach-imx/mm-imx3.c index 28db97289ee8ffec..0788c5cc7f9e6466 100644 --- a/arch/arm/mach-imx/mm-imx3.c +++ b/arch/arm/mach-imx/mm-imx3.c @@ -12,7 +12,6 @@ #include #include #include -#include #include #include