From mboxrd@z Thu Jan 1 00:00:00 1970 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 47999C4332F for ; Fri, 11 Nov 2022 07:08:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233143AbiKKHIP (ORCPT ); Fri, 11 Nov 2022 02:08:15 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45864 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232964AbiKKHIK (ORCPT ); Fri, 11 Nov 2022 02:08:10 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 80EC477226 for ; Thu, 10 Nov 2022 23:08:09 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 3E0DDB802C4 for ; Fri, 11 Nov 2022 07:08:08 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 335BBC433D6; Fri, 11 Nov 2022 07:08:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1668150486; bh=ZsKwjofItGT0fKvKOrj1/ghcu9kpy+zMOeo8XMpoZpw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=k/W9P+9U+CItpH8mktk7BRJTlaK7MaaIB+JezqWWmsmyTYnQPgqHW7XiW+XbuJqTd BkFXrSTSr+F8r9yjH3R+y4PIPoBOriOV0TYIUGHD74LGSNFhcGCSNvryPTdVP2Lfzw Vqy6WFrNVzyGE2un15bf29YbzgcitC2xFI1BBKTACFaHnMFSSYvybFdEb0XF1yeGDj 07lDsUSB6W1MzKKucKSIEDd4jyNoWrcua98HHWDkuRGXLMXzRJMzzqzSyAk6tAtg88 UVKahh5IyHtthPyxJs8e6kSZRFIddjoPBj2BsJXUEcRzsr5RN6z2+BxeaOkoOSFWHW 3BqVkD5DPZNaA== Date: Fri, 11 Nov 2022 15:08:00 +0800 From: Shawn Guo To: Geert Uytterhoeven Cc: Sascha Hauer , Fabio Estevam , Pengutronix Kernel Team , NXP Linux Team , linux-arm-kernel@lists.infradead.org, linux-gpio@vger.kernel.org Subject: Re: [PATCH] ARM: imx3: Remove unneeded #include Message-ID: <20221111070800.GP2649582@dragon> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org On Wed, Nov 09, 2022 at 02:35:58PM +0100, Geert Uytterhoeven wrote: > Commit 6c5f05a6cd88c77f ("ARM: imx3: Remove imx3 soc_init()") > removed the last user of the pinctrl machine API. > > Signed-off-by: Geert Uytterhoeven Applied, thanks!