]> git.karo-electronics.de Git - karo-tx-linux.git/commit
LED/MIPS: Move SEAD3 LED driver to where it belongs.
authorRalf Baechle <ralf@linux-mips.org>
Mon, 3 Aug 2015 15:04:01 +0000 (17:04 +0200)
committerJacek Anaszewski <j.anaszewski@samsung.com>
Wed, 28 Oct 2015 11:12:20 +0000 (12:12 +0100)
commit64aa01aa29e45555dfad57262fd399227d5c490a
tree190ef82ac2661c327bf1fc59c73c0007ddd54b2c
parent4a5d200704e1632ada7649717c3a0db3a14a57ce
LED/MIPS: Move SEAD3 LED driver to where it belongs.

Fixes the following randconfig problem

leds-sead3.c:(.text+0x7dc): undefined reference to `led_classdev_unregister'
leds-sead3.c:(.text+0x7e8): undefined reference to `led_classdev_unregister'

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Cc: Bryan Wu <cooloney@gmail.com>
Cc: Richard Purdie <rpurdie@rpsys.net>
Cc: Markos Chandras <markos.chandras@imgtec.com>
Cc: linux-leds@vger.kernel.org
Cc: linux-mips@linux-mips.org
Signed-off-by: Jacek Anaszewski <j.anaszewski@samsung.com>
arch/mips/mti-sead3/Makefile
drivers/leds/Kconfig
drivers/leds/Makefile
drivers/leds/leds-sead3.c [moved from arch/mips/mti-sead3/leds-sead3.c with 99% similarity]