projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6ff33f3
)
leds: aat1290: Fix module autoload for OF platform driver
author
Luis de Bethencourt
<luis@debethencourt.com>
Tue, 1 Sep 2015 21:35:07 +0000
(23:35 +0200)
committer
Jacek Anaszewski
<j.anaszewski@samsung.com>
Thu, 17 Sep 2015 08:01:51 +0000
(10:01 +0200)
This platform driver has a OF device ID table but the OF module
alias information is not created so module autoloading won't work.
Signed-off-by: Luis de Bethencourt <luis@debethencourt.com>
Signed-off-by: Jacek Anaszewski <j.anaszewski@samsung.com>
drivers/leds/leds-aat1290.c
patch
|
blob
|
history
diff --git
a/drivers/leds/leds-aat1290.c
b/drivers/leds/leds-aat1290.c
index fd7c25fd29c112dffd7337bb279de20740fd1eed..8ceb47127a4846cde06199f710b3d897fcca1c16 100644
(file)
--- a/
drivers/leds/leds-aat1290.c
+++ b/
drivers/leds/leds-aat1290.c
@@
-559,6
+559,7
@@
static const struct of_device_id aat1290_led_dt_match[] = {
{ .compatible = "skyworks,aat1290" },
{},
};
+MODULE_DEVICE_TABLE(of, aat1290_led_dt_match);
static struct platform_driver aat1290_led_driver = {
.probe = aat1290_led_probe,