Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

leds: max77693: Fix module autoload for OF platform driver

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>

authored by

Luis de Bethencourt and committed by
Jacek Anaszewski
e3df661f 3682c7bd

+1
+1
drivers/leds/leds-max77693.c
··· 1080 1080 { .compatible = "maxim,max77693-led" }, 1081 1081 {}, 1082 1082 }; 1083 + MODULE_DEVICE_TABLE(of, max77693_led_dt_match); 1083 1084 1084 1085 static struct platform_driver max77693_led_driver = { 1085 1086 .probe = max77693_led_probe,