]> git.baikalelectronics.ru Git - kernel.git/commit
gpio-backlight: Discover driver during boot time
authorArun Bharadwaj <arun@gumstix.com>
Thu, 16 Apr 2015 00:21:24 +0000 (17:21 -0700)
committerLee Jones <lee.jones@linaro.org>
Tue, 23 Jun 2015 14:28:46 +0000 (15:28 +0100)
commit4dd640e2584f311033015f416c0943f2ef3ee8b1
treedaae2b219b579db20676864e29c3a05252839b3f
parent194b7115c289879d9d371e5ad3e7d18c3489ecbf
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>
drivers/video/backlight/gpio_backlight.c