diff options
| author | Wang Jinchao <[email protected]> | 2023-12-15 18:11:44 +0800 |
|---|---|---|
| committer | Linus Walleij <[email protected]> | 2023-12-20 12:30:09 +0100 |
| commit | ff629d300413cf6c091b4f96cf4b14472ad39a3b (patch) | |
| tree | 27476a0b4c90e2b7afac595f09acb2160cc6c817 | |
| parent | b22794c0f7b13ece8e44245ab99b2dcdd199caf2 (diff) | |
pinctrl: qcom: lpass-lpi: remove duplicated include
remove the second #include <linux/seq_file.h>
Signed-off-by: Wang Jinchao <[email protected]>
Reviewed-by: Konrad Dybcio <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Linus Walleij <[email protected]>
| -rw-r--r-- | drivers/pinctrl/qcom/pinctrl-lpass-lpi.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/pinctrl/qcom/pinctrl-lpass-lpi.c b/drivers/pinctrl/qcom/pinctrl-lpass-lpi.c index 9e410a281bfa..0d98008e33ee 100644 --- a/drivers/pinctrl/qcom/pinctrl-lpass-lpi.c +++ b/drivers/pinctrl/qcom/pinctrl-lpass-lpi.c @@ -338,7 +338,6 @@ static void lpi_gpio_set(struct gpio_chip *chip, unsigned int pin, int value) } #ifdef CONFIG_DEBUG_FS -#include <linux/seq_file.h> static unsigned int lpi_regval_to_drive(u32 val) { |