Skip to content

Commit cb60e2f

Browse files
Linus Walleijpavelmachek
authored andcommitted
leds: lt3593: Drop surplus include
This driver is already including and using the proper <linux/gpio/consumer.h> header, there is no need to include the legacy <linux/gpio.h> header. Cc: Daniel Mack <daniel@zonque.org> Signed-off-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Pavel Machek <pavel@ucw.cz>
1 parent da542ca commit cb60e2f

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

drivers/leds/leds-lt3593.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
#include <linux/platform_device.h>
66
#include <linux/leds.h>
77
#include <linux/delay.h>
8-
#include <linux/gpio.h>
98
#include <linux/gpio/consumer.h>
109
#include <linux/slab.h>
1110
#include <linux/module.h>

0 commit comments

Comments
 (0)