Skip to content

Commit e4d48f6

Browse files
linuswbroonie
authored andcommitted
regulator: lp8755: Drop useless header
The lp8755 includes the legacy header <linux/gpio.h> for no reason, drop the include. Signed-off-by: Linus Walleij <linus.walleij@linaro.org> Link: https://lore.kernel.org/r/20230808-descriptors-regulator-v1-9-939b5e84dd18@linaro.org Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent d150c73 commit e4d48f6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/regulator/lp8755.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
#include <linux/err.h>
1414
#include <linux/irq.h>
1515
#include <linux/interrupt.h>
16-
#include <linux/gpio.h>
1716
#include <linux/regmap.h>
1817
#include <linux/uaccess.h>
1918
#include <linux/regulator/driver.h>

0 commit comments

Comments
 (0)