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>
Tue, 3 Nov 2015 07:59:20 +0000 (08:59 +0100)
commit22a16873d38829570677871a22cf77f00445206f
tree3bbcb3d791c66283e2624b0913e02e2952f1f519
parent95281b5b598e9805b77dbbaaea400ebc2289bac8
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
arch/mips/mti-sead3/leds-sead3.c [deleted file]
drivers/leds/Kconfig
drivers/leds/Makefile
drivers/leds/leds-sead3.c [new file with mode: 0644]