Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1980bcfa authored by Axel Lin's avatar Axel Lin Committed by Linus Torvalds
Browse files

drivers/leds/leds-lp5523.c: remove unneeded forward declaration



Signed-off-by: default avatarAxel Lin <axel.lin@gmail.com>
Cc: Samu Onkalo <samu.p.onkalo@nokia.com>
Cc: Richard Purdie <rpurdie@rpsys.net>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 19b95576
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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)
{