diff options
author | Axel Lin <axel.lin@gmail.com> | 2012-01-10 18:09:34 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2012-01-10 19:30:49 -0500 |
commit | 1980bcfa6bc5a77491176ba695422e205dcfd2da (patch) | |
tree | 60d23fc2c2be0b93b4539a8fcd6ae17b927c85ed /drivers/leds/leds-lp5523.c | |
parent | 19b955768b4ede7c9ad0efe4def70852c530d4f9 (diff) |
drivers/leds/leds-lp5523.c: remove unneeded forward declaration
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>
Diffstat (limited to 'drivers/leds/leds-lp5523.c')
-rw-r--r-- | drivers/leds/leds-lp5523.c | 2 |
1 files changed, 0 insertions, 2 deletions
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, | |||
870 | return 0; | 870 | return 0; |
871 | } | 871 | } |
872 | 872 | ||
873 | static struct i2c_driver lp5523_driver; | ||
874 | |||
875 | static int __devinit lp5523_probe(struct i2c_client *client, | 873 | static int __devinit lp5523_probe(struct i2c_client *client, |
876 | const struct i2c_device_id *id) | 874 | const struct i2c_device_id *id) |
877 | { | 875 | { |