From: Axel Lin Date: Fri, 16 Dec 2011 04:50:13 +0000 (+1100) Subject: drivers/leds/leds-lp5523.c: remove unneeded forward declaration X-Git-Tag: next-20111219~1^2~115 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=2e67f876198bb4c25a537564e16261f90398b56d;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) {