Skip to content

Commit cf2fc8f

Browse files
ye xingchenlinusw
authored andcommitted
pinctrl: qcom: 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]>
1 parent e7d0040 commit cf2fc8f

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

drivers/pinctrl/qcom/pinctrl-msm.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -601,7 +601,6 @@ static void msm_gpio_set(struct gpio_chip *chip, unsigned offset, int value)
601601
}
602602

603603
#ifdef CONFIG_DEBUG_FS
604-
#include <linux/seq_file.h>
605604

606605
static void msm_gpio_dbg_show_one(struct seq_file *s,
607606
struct pinctrl_dev *pctldev,

drivers/pinctrl/qcom/pinctrl-ssbi-gpio.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -536,7 +536,6 @@ static int pm8xxx_gpio_of_xlate(struct gpio_chip *chip,
536536

537537

538538
#ifdef CONFIG_DEBUG_FS
539-
#include <linux/seq_file.h>
540539

541540
static void pm8xxx_gpio_dbg_show_one(struct seq_file *s,
542541
struct pinctrl_dev *pctldev,

drivers/pinctrl/qcom/pinctrl-ssbi-mpp.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -536,7 +536,6 @@ static int pm8xxx_mpp_of_xlate(struct gpio_chip *chip,
536536

537537

538538
#ifdef CONFIG_DEBUG_FS
539-
#include <linux/seq_file.h>
540539

541540
static void pm8xxx_mpp_dbg_show_one(struct seq_file *s,
542541
struct pinctrl_dev *pctldev,

0 commit comments

Comments
 (0)