From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 8C42F3BBA09; Mon, 6 Jul 2026 11:22:48 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1783336969; cv=none; b=Vc2l93cdI2s4IrXf5yVrPPzI/OLurFdu4rDA+lXmejTDX3OYRne7qcupJ9K8bEpIyAfOm+iOaWq24DXOxluQHztt3cOxx9Fg3NU4UPWusXb0cvWTVS8HPreICS30JnV92dS2QzAonKz7mRDB6c+Sou2vnsbGn5f4pc1TS/C20ZA= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1783336969; c=relaxed/simple; bh=3tTscb60GKkcPzjo6FgKQtHk7WdLrkm1CZCNBHbu3Y0=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=NU3NeDFRcLIJYUTLoFtOoU8cClWT+7W1WsiDv0Jz2rKObVkwB9mbb7ym6rxKvRfULNAkeSZAPlCO/F72Gl5ZttpMEGhFGYSyLPyYuckpA9G6FQOpQ4YkZiwF+K/QNL3IHJJ6k5ppjRpDY9krsuBB99aqlzfUXD+Rztxp8HQJguc= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 Received: by smtp.kernel.org (Postfix) with ESMTPSA id 9140E1F000E9; Mon, 6 Jul 2026 11:22:40 +0000 (UTC) Message-ID: <95b20f95-37c4-49a6-8952-e023597d9fd3@linux-m68k.org> Date: Mon, 6 Jul 2026 21:22:35 +1000 Precedence: bulk X-Mailing-List: linux-input@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH 02/13] m68k/coldfire: replace linux/gpio.h inclusions To: Arnd Bergmann , linux-gpio@vger.kernel.org Cc: Arnd Bergmann , Bartosz Golaszewski , Andrew Lunn , Sebastian Hesselbarth , Gregory Clement , Frank Li , Robert Jarzmik , Krzysztof Kozlowski , Thomas Bogendoerfer , Hauke Mehrtens , =?UTF-8?B?UmFmYcWCIE1pxYJlY2tp?= , Yoshinori Sato , John Paul Adrian Glaubitz , Linus Walleij , Dmitry Torokhov , Jakub Kicinski , Paolo Abeni , Dominik Brodowski , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-samsung-soc@vger.kernel.org, patches@opensource.cirrus.com, linux-m68k@lists.linux-m68k.org, linux-mips@vger.kernel.org, linux-sh@vger.kernel.org, linux-input@vger.kernel.org, linux-media@vger.kernel.org, netdev@vger.kernel.org, linux-sunxi@lists.linux.dev, linux-phy@lists.infradead.org, linux-rockchip@lists.infradead.org, linux-sound@vger.kernel.org References: <20260629132633.1300009-1-arnd@kernel.org> <20260629132633.1300009-3-arnd@kernel.org> Content-Language: en-US From: Greg Ungerer In-Reply-To: <20260629132633.1300009-3-arnd@kernel.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Hi Arnd, On 29/6/26 23:26, Arnd Bergmann wrote: > From: Arnd Bergmann > > linux/gpio.h should no longer be used, convert these instead to > linux/gpio/legacy.h for coldfire. > > Signed-off-by: Arnd Bergmann For the ColdFire changes, LGTM: Reviewed-by: Greg Ungerer Regards Greg > --- > arch/m68k/coldfire/device.c | 2 +- > arch/m68k/include/asm/mcfgpio.h | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/arch/m68k/coldfire/device.c b/arch/m68k/coldfire/device.c > index 1420bae0964f..9a0258acd998 100644 > --- a/arch/m68k/coldfire/device.c > +++ b/arch/m68k/coldfire/device.c > @@ -12,7 +12,7 @@ > #include > #include > #include > -#include > +#include > #include > #include > #include > diff --git a/arch/m68k/include/asm/mcfgpio.h b/arch/m68k/include/asm/mcfgpio.h > index 7103cfa4edb6..29726aa40eb6 100644 > --- a/arch/m68k/include/asm/mcfgpio.h > +++ b/arch/m68k/include/asm/mcfgpio.h > @@ -16,7 +16,7 @@ int __mcfgpio_request(unsigned gpio); > void __mcfgpio_free(unsigned gpio); > > #ifdef CONFIG_GPIOLIB > -#include > +#include > #else > > /* our alternate 'gpiolib' functions */