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 <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Mark Brown <[email protected]>
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)