[linux-next] pinctrl: nomadik: remove duplicate included header files
Commit Message
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(-)
Comments
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
@@ -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,