Skip to content

Commit ff629d3

Browse files
Wang Jinchaolinusw
authored andcommitted
pinctrl: qcom: lpass-lpi: remove duplicated include
remove the second #include <linux/seq_file.h> Signed-off-by: Wang Jinchao <wangjinchao@xfusion.com> Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org> Link: https://lore.kernel.org/r/202312151810+0800-wangjinchao@xfusion.com Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
1 parent b22794c commit ff629d3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/pinctrl/qcom/pinctrl-lpass-lpi.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,6 @@ static void lpi_gpio_set(struct gpio_chip *chip, unsigned int pin, int value)
338338
}
339339

340340
#ifdef CONFIG_DEBUG_FS
341-
#include <linux/seq_file.h>
342341

343342
static unsigned int lpi_regval_to_drive(u32 val)
344343
{

0 commit comments

Comments
 (0)