diff options
| author | ye xingchen <[email protected]> | 2023-01-16 15:45:23 +0800 |
|---|---|---|
| committer | Linus Walleij <[email protected]> | 2023-01-16 15:22:32 +0100 |
| commit | 6eea5a80d2ae9bc1df5664bcf7851306df96e9dc (patch) | |
| tree | 8895b3b0d1ef797588e15cb37d1a80bc7ea5fb9a | |
| parent | 083b0230e040c5857f8c0a76119e5997e449a35c (diff) | |
pinctrl: nomadik: remove duplicate included header files
linux/seq_file.h is included more than once.
Signed-off-by: ye xingchen <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Linus Walleij <[email protected]>
| -rw-r--r-- | drivers/pinctrl/nomadik/pinctrl-abx500.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/pinctrl/nomadik/pinctrl-abx500.c b/drivers/pinctrl/nomadik/pinctrl-abx500.c index 7aa534576a45..8fcaa3c25b2a 100644 --- a/drivers/pinctrl/nomadik/pinctrl-abx500.c +++ b/drivers/pinctrl/nomadik/pinctrl-abx500.c @@ -442,8 +442,6 @@ out: 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, |