* [PATCH] ARM: omap1: Drop header on AMS Delta
@ 2023-04-30 9:40 Linus Walleij
2023-05-17 22:37 ` Janusz Krzysztofik
0 siblings, 1 reply; 2+ messages in thread
From: Linus Walleij @ 2023-04-30 9:40 UTC (permalink / raw)
To: Aaro Koskinen, Janusz Krzysztofik, Tony Lindgren
Cc: linux-omap, Linus Walleij
The AMS Delta board uses GPIO descriptors exclusively and
does not have any dependencies on the legacy <linux/gpio.h>
header, so just drop it.
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
---
arch/arm/mach-omap1/board-ams-delta.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/arch/arm/mach-omap1/board-ams-delta.c b/arch/arm/mach-omap1/board-ams-delta.c
index 9108c871d129..ac47ab9fe096 100644
--- a/arch/arm/mach-omap1/board-ams-delta.c
+++ b/arch/arm/mach-omap1/board-ams-delta.c
@@ -11,7 +11,6 @@
#include <linux/gpio/driver.h>
#include <linux/gpio/machine.h>
#include <linux/gpio/consumer.h>
-#include <linux/gpio.h>
#include <linux/kernel.h>
#include <linux/init.h>
#include <linux/input.h>
--
2.34.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] ARM: omap1: Drop header on AMS Delta
2023-04-30 9:40 [PATCH] ARM: omap1: Drop header on AMS Delta Linus Walleij
@ 2023-05-17 22:37 ` Janusz Krzysztofik
0 siblings, 0 replies; 2+ messages in thread
From: Janusz Krzysztofik @ 2023-05-17 22:37 UTC (permalink / raw)
To: Aaro Koskinen, Tony Lindgren, Linus Walleij; +Cc: linux-omap, Linus Walleij
Dnia niedziela, 30 kwietnia 2023 11:40:28 CEST Linus Walleij pisze:
> The AMS Delta board uses GPIO descriptors exclusively and
> does not have any dependencies on the legacy <linux/gpio.h>
> header, so just drop it.
>
> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Acked-by: Janusz Krzysztofik <jmkrzyszt@gmail.com>
Thanks,
Janusz
> ---
> arch/arm/mach-omap1/board-ams-delta.c | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/arch/arm/mach-omap1/board-ams-delta.c b/arch/arm/mach-omap1/board-ams-delta.c
> index 9108c871d129..ac47ab9fe096 100644
> --- a/arch/arm/mach-omap1/board-ams-delta.c
> +++ b/arch/arm/mach-omap1/board-ams-delta.c
> @@ -11,7 +11,6 @@
> #include <linux/gpio/driver.h>
> #include <linux/gpio/machine.h>
> #include <linux/gpio/consumer.h>
> -#include <linux/gpio.h>
> #include <linux/kernel.h>
> #include <linux/init.h>
> #include <linux/input.h>
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-05-17 22:37 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-30 9:40 [PATCH] ARM: omap1: Drop header on AMS Delta Linus Walleij
2023-05-17 22:37 ` Janusz Krzysztofik
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).