leds-gpio: of: introduce MODULE_DEVICE_TABLE for module autoloading
Enable autoloading of leds-gpio module when a corresponing DT entry is present. Signed-off-by: Paolo Pisati <paolo.pisati@canonical.com> Signed-off-by: Bryan Wu <cooloney@gmail.com>
This commit is contained in:
parent
aad0f29275
commit
472b854bbc
@ -226,6 +226,8 @@ static const struct of_device_id of_gpio_leds_match[] = {
|
|||||||
{ .compatible = "gpio-leds", },
|
{ .compatible = "gpio-leds", },
|
||||||
{},
|
{},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
MODULE_DEVICE_TABLE(of, of_gpio_leds_match);
|
||||||
#else /* CONFIG_OF_GPIO */
|
#else /* CONFIG_OF_GPIO */
|
||||||
static struct gpio_leds_priv *gpio_leds_create_of(struct platform_device *pdev)
|
static struct gpio_leds_priv *gpio_leds_create_of(struct platform_device *pdev)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user