commit | 4d866723d3e4f11b2e4b4f166f115f830bf5e481 | [log] [tgz] |
---|---|---|
author | Arun Bharadwaj <arun@gumstix.com> | Wed Apr 15 17:21:24 2015 -0700 |
committer | Lee Jones <lee.jones@linaro.org> | Tue Jun 23 15:28:46 2015 +0100 |
tree | daae2b219b579db20676864e29c3a05252839b3f | |
parent | 5ebe6afaf0057ac3eaeb98defd5456894b446d22 [diff] |
gpio-backlight: Discover driver during boot time The gpio-backlight driver seems to be missing the MODULE_DEVICE_TABLE line which is preventing it from being modprobed during boot time even if the gpio-backlight device exists. This seems to be a bug and this patch attempts to fix that. Signed-off-by: Arun Bharadwaj <arun@gumstix.com> Signed-off-by: Ash Charles <ashcharles@gmail.com> Signed-off-by: Lee Jones <lee.jones@linaro.org>