Skip to content

Commit d150c73

Browse files
linuswbroonie
authored andcommitted
regulator: max20086: Drop useless header
The max20086 regulator driver includes the legacy header <linux/gpio.h> for no reason, it is already using the proper <linux/gpio/consumer.h> include. Drop the include. Signed-off-by: Linus Walleij <linus.walleij@linaro.org> Link: https://lore.kernel.org/r/20230808-descriptors-regulator-v1-8-939b5e84dd18@linaro.org Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent 2e903ea commit d150c73

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/regulator/max20086-regulator.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
// Copyright (C) 2018 Avnet, Inc.
77

88
#include <linux/err.h>
9-
#include <linux/gpio.h>
109
#include <linux/gpio/consumer.h>
1110
#include <linux/i2c.h>
1211
#include <linux/module.h>

0 commit comments

Comments
 (0)