Re: [PATCH 04/13] sh: replace linux/gpio.h inclusions
Philippe Mathieu-Daudé <[email protected]> Wed, 1 Jul 2026 00:08:44 +0200
| Newsgroups | gmane.linux.ports.mips,gmane.linux.kernel.gpio,gmane.linux.kernel,gmane.linux.ports.arm.kernel,gmane.linux.kernel.samsung-soc,gmane.linux.ports.sh.devel,gmane.linux.kernel.input,gmane.linux.drivers.video-input-infrastructure,gmane.linux.network,gmane.linux.ports.arm.rockchip,gmane.linux.sound |
|---|---|
| Message-ID | <[email protected]> |
On 29/6/26 15:26, Arnd Bergmann wrote: > From: Arnd Bergmann <[email protected]> > > linux/gpio.h should no longer be used, convert these instead to > linux/gpio/legacy.h for the sh boards using the legacy interfaces, > or remove it where it is not needed at all. > > Signed-off-by: Arnd Bergmann <[email protected]> > --- > arch/sh/boards/board-magicpanelr2.c | 2 +- > arch/sh/boards/board-sh7757lcr.c | 2 +- > arch/sh/boards/board-urquell.c | 2 +- > arch/sh/boards/mach-ap325rxa/setup.c | 2 +- > arch/sh/boards/mach-ecovec24/setup.c | 2 +- > arch/sh/boards/mach-highlander/pinmux-r7785rp.c | 2 +- > arch/sh/boards/mach-kfr2r09/lcd_wqvga.c | 2 +- > arch/sh/boards/mach-kfr2r09/setup.c | 2 +- > arch/sh/boards/mach-migor/lcd_qvga.c | 2 +- > arch/sh/boards/mach-migor/setup.c | 2 +- > arch/sh/boards/mach-rsk/devices-rsk7203.c | 2 +- > arch/sh/boards/mach-rsk/devices-rsk7269.c | 1 - > arch/sh/boards/mach-se/7724/setup.c | 2 +- > arch/sh/include/mach-common/mach/magicpanelr2.h | 2 -- > arch/sh/kernel/cpu/sh4a/setup-shx3.c | 2 +- > 15 files changed, 13 insertions(+), 16 deletions(-) Reviewed-by: Philippe Mathieu-Daudé <[email protected]>