Re: [PATCH 13/13] gpiolib: remove linux/gpio.h
Philippe Mathieu-Daudé <[email protected]> Wed, 1 Jul 2026 00:09:54 +0200
| Newsgroups | gmane.linux.kernel,gmane.linux.kernel.gpio,gmane.linux.ports.arm.kernel,gmane.linux.kernel.samsung-soc,gmane.linux.ports.mips,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]> > > After all other drivers have converted to linux/gpio/consumer.h > or linux/gpio/legacy.h, remove the final leftover bits here. > > Signed-off-by: Arnd Bergmann <[email protected]> > --- > MAINTAINERS | 1 - > drivers/gpio/TODO | 4 +--- > drivers/gpio/gpiolib-cdev.c | 2 +- > drivers/gpio/gpiolib-legacy.c | 3 +-- > drivers/gpio/gpiolib.c | 2 +- > include/linux/gpio.h | 22 ---------------------- > 6 files changed, 4 insertions(+), 30 deletions(-) > delete mode 100644 include/linux/gpio.h Reviewed-by: Philippe Mathieu-Daudé <[email protected]>