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)
commit4d866723d3e4f11b2e4b4f166f115f830bf5e481
treedaae2b219b579db20676864e29c3a05252839b3f
parent5ebe6afaf0057ac3eaeb98defd5456894b446d22
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