Re: [PATCH] leds: introduce lp5521 led driver

From: Felipe Balbi
Date: Wed Feb 18 2009 - 07:21:30 EST


On Wed, Feb 18, 2009 at 01:18:13PM +0100, ext Richard Purdie wrote:
> On Mon, 2009-02-16 at 16:35 +0200, Felipe Balbi wrote:
> > diff --git a/drivers/leds/leds-lp5521.c b/drivers/leds/leds-lp5521.c
> > new file mode 100644
> > index 0000000..455da20
> > --- /dev/null
> > +++ b/drivers/leds/leds-lp5521.c
> > +
> > +#include <linux/module.h>
> > +#include <linux/init.h>
> > +#include <linux/i2c.h>
> > +#include <linux/leds.h>
> > +#include <linux/mutex.h>
> > +#include <linux/workqueue.h>
> > +#include <linux/i2c/lp5521.h>
>
> Testing shows the above header is missing so I'll have to drop this
> until that header is added.

my bad, here it is. Forgot to git add it


========== cut here ==========