From: Axel Lin Date: Thu, 8 Dec 2011 04:42:19 +0000 (+1100) Subject: drivers/leds/leds-lp5523.c: remove unneeded forward declaration X-Git-Tag: next-20111213~1^2~116 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=a8a3336823aa08710501aa8fe5e5052fd88f9676;p=karo-tx-linux.git drivers/leds/leds-lp5523.c: remove unneeded forward declaration Signed-off-by: Axel Lin Cc: Samu Onkalo Cc: Richard Purdie Signed-off-by: Andrew Morton --- diff --git a/drivers/leds/leds-lp5523.c b/drivers/leds/leds-lp5523.c index 0170760badbb..73e791ae7259 100644 --- a/drivers/leds/leds-lp5523.c +++ b/drivers/leds/leds-lp5523.c @@ -870,8 +870,6 @@ static int __devinit lp5523_init_led(struct lp5523_led *led, struct device *dev, return 0; } -static struct i2c_driver lp5523_driver; - static int __devinit lp5523_probe(struct i2c_client *client, const struct i2c_device_id *id) {