Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <gshark.jeong@gmail.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Pavel Machek <pavel@ucw.cz>

authored by

Linus Walleij and committed by
Pavel Machek
ea1a6a15 8f3d9f35

-1
-1
drivers/leds/leds-lm355x.c
··· 7 7 #include <linux/module.h> 8 8 #include <linux/delay.h> 9 9 #include <linux/i2c.h> 10 - #include <linux/gpio.h> 11 10 #include <linux/leds.h> 12 11 #include <linux/slab.h> 13 12 #include <linux/platform_device.h>