Skip to content

Commit

Permalink
drivers/leds/leds-lp5523.c: remove unneeded forward declaration
Browse files Browse the repository at this point in the history
Signed-off-by: Axel Lin <axel.lin@gmail.com>
Cc: Samu Onkalo <samu.p.onkalo@nokia.com>
Cc: Richard Purdie <rpurdie@rpsys.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
Axel Lin authored and Linus Torvalds committed Jan 11, 2012
1 parent 19b9557 commit 1980bcf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/leds/leds-lp5523.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit 1980bcf

Please sign in to comment.