Re: [PATCH] leds: introduce lp5521 led driver
From: Richard Purdie
Date: Wed Feb 18 2009 - 07:16:31 EST
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.
Cheers,
Richard
--
Richard Purdie
Intel Open Source Technology Centre
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/