* [PATCH linux-next] pinctrl: nomadik: remove duplicate included header files
@ 2023-01-16 7:45 ye.xingchen
2023-01-16 14:22 ` Linus Walleij
0 siblings, 1 reply; 2+ messages in thread
From: ye.xingchen @ 2023-01-16 7:45 UTC (permalink / raw)
To: linus.walleij; +Cc: linux-arm-kernel, linux-gpio, linux-kernel
From: ye xingchen <ye.xingchen@zte.com.cn>
linux/seq_file.h is included more than once.
Signed-off-by: ye xingchen <ye.xingchen@zte.com.cn>
---
drivers/pinctrl/nomadik/pinctrl-abx500.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/drivers/pinctrl/nomadik/pinctrl-abx500.c b/drivers/pinctrl/nomadik/pinctrl-abx500.c
index 28c3403df1b0..6b90051af206 100644
--- a/drivers/pinctrl/nomadik/pinctrl-abx500.c
+++ b/drivers/pinctrl/nomadik/pinctrl-abx500.c
@@ -446,8 +446,6 @@ static int abx500_get_mode(struct pinctrl_dev *pctldev, struct gpio_chip *chip,
return ret;
}
-#include <linux/seq_file.h>
-
static void abx500_gpio_dbg_show_one(struct seq_file *s,
struct pinctrl_dev *pctldev,
struct gpio_chip *chip,
--
2.25.1
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH linux-next] pinctrl: nomadik: remove duplicate included header files
2023-01-16 7:45 [PATCH linux-next] pinctrl: nomadik: remove duplicate included header files ye.xingchen
@ 2023-01-16 14:22 ` Linus Walleij
0 siblings, 0 replies; 2+ messages in thread
From: Linus Walleij @ 2023-01-16 14:22 UTC (permalink / raw)
To: ye.xingchen; +Cc: linux-arm-kernel, linux-gpio, linux-kernel
On Mon, Jan 16, 2023 at 8:45 AM <ye.xingchen@zte.com.cn> wrote:
> From: ye xingchen <ye.xingchen@zte.com.cn>
>
> linux/seq_file.h is included more than once.
>
> Signed-off-by: ye xingchen <ye.xingchen@zte.com.cn>
Patch applied!
Yours,
Linus Walleij
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-01-16 14:27 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-16 7:45 [PATCH linux-next] pinctrl: nomadik: remove duplicate included header files ye.xingchen
2023-01-16 14:22 ` Linus Walleij
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).