]> git.karo-electronics.de Git - karo-tx-linux.git/commit
leds: Add no-op gpio_led_register_device when LED subsystem is disabled
authorAndrew F. Davis <afd@ti.com>
Tue, 21 Jun 2016 12:40:11 +0000 (14:40 +0200)
committerJacek Anaszewski <j.anaszewski@samsung.com>
Mon, 27 Jun 2016 06:58:42 +0000 (08:58 +0200)
commitfca23e47dfdbcdacaae523f8b87d2240ce056ac1
tree7bafdb19dcf4e92bae98f39d27739532e20e298e
parentfed758f6b78a84be4c8e2d944e183bf47daf4cbf
leds: Add no-op gpio_led_register_device when LED subsystem is disabled

Some systems use 'gpio_led_register_device' to make an in-memory copy of
their LED device table so the original can be removed as .init.rodata.
When the LED subsystem is not enabled source in the led directory is not
built and so this function may be undefined. Fix this here.

Signed-off-by: Andrew F. Davis <afd@ti.com>
Signed-off-by: Jacek Anaszewski <j.anaszewski@samsung.com>
include/linux/leds.h