[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CAK5ve-K9DVDNsUrFXqLtUnFjMNN2EHr6S1vjzD+E7mQ8S2AOdQ@mail.gmail.com>
Date: Thu, 6 Mar 2014 12:03:21 -0800
From: Bryan Wu <cooloney@...il.com>
To: Paolo Pisati <paolo.pisati@...onical.com>
Cc: Richard Purdie <rpurdie@...ys.net>,
Linux LED Subsystem <linux-leds@...r.kernel.org>,
lkml <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] leds-gpio: of: introduce MODULE_DEVICE_TABLE for module autoloading
On Thu, Mar 6, 2014 at 9:18 AM, Paolo Pisati <paolo.pisati@...onical.com> wrote:
> Enable autoloading of leds-gpio module when a corresponing DT entry is present.
>
Looks good. I will merge it.
Thanks,
-Bryan
> Signed-off-by: Paolo Pisati <paolo.pisati@...onical.com>
> ---
> drivers/leds/leds-gpio.c | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/drivers/leds/leds-gpio.c b/drivers/leds/leds-gpio.c
> index 78b0e27..653d501 100644
> --- a/drivers/leds/leds-gpio.c
> +++ b/drivers/leds/leds-gpio.c
> @@ -224,6 +224,8 @@ static const struct of_device_id of_gpio_leds_match[] = {
> { .compatible = "gpio-leds", },
> {},
> };
> +
> +MODULE_DEVICE_TABLE(of, of_gpio_leds_match);
> #else /* CONFIG_OF_GPIO */
> static struct gpio_leds_priv *gpio_leds_create_of(struct platform_device *pdev)
> {
> --
> 1.9.0
>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists