Skip to content

Commit ea1a6a1

Browse files
linuswpavelmachek
authored andcommitted
leds: lm355x: Drop surplus include
This driver includes <linux/gpio.h> but does not use any symbols from that file, so drop the include. Cc: G.Shark Jeong <[email protected]> Signed-off-by: Linus Walleij <[email protected]> Signed-off-by: Pavel Machek <[email protected]>
1 parent 8f3d9f3 commit ea1a6a1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/leds/leds-lm355x.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
#include <linux/module.h>
88
#include <linux/delay.h>
99
#include <linux/i2c.h>
10-
#include <linux/gpio.h>
1110
#include <linux/leds.h>
1211
#include <linux/slab.h>
1312
#include <linux/platform_device.h>

0 commit comments

Comments
 (0)