* [PATCH] leds: lp5523: remove unneeded forward declaration
@ 2011-11-30 12:04 Axel Lin
0 siblings, 0 replies; only message in thread
From: Axel Lin @ 2011-11-30 12:04 UTC (permalink / raw)
To: linux-kernel; +Cc: Samu Onkalo, Richard Purdie, Andrew Morton
Signed-off-by: Axel Lin <axel.lin@gmail.com>
---
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 0170760..73e791a 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)
{
--
1.7.5.4
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2011-11-30 12:05 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-30 12:04 [PATCH] leds: lp5523: remove unneeded forward declaration Axel Lin
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.