diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2015-08-03 18:04:01 +0300 |
---|---|---|
committer | Jacek Anaszewski <j.anaszewski@samsung.com> | 2015-11-03 10:59:20 +0300 |
commit | 22a16873d38829570677871a22cf77f00445206f (patch) | |
tree | 3bbcb3d791c66283e2624b0913e02e2952f1f519 /arch/mips/mti-sead3/Makefile | |
parent | 95281b5b598e9805b77dbbaaea400ebc2289bac8 (diff) | |
download | linux-22a16873d38829570677871a22cf77f00445206f.tar.xz |
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>
Diffstat (limited to 'arch/mips/mti-sead3/Makefile')
-rw-r--r-- | arch/mips/mti-sead3/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/mips/mti-sead3/Makefile b/arch/mips/mti-sead3/Makefile index 2e52cbd20ceb..7a584e0bf933 100644 --- a/arch/mips/mti-sead3/Makefile +++ b/arch/mips/mti-sead3/Makefile @@ -12,6 +12,4 @@ obj-y := sead3-lcd.o sead3-display.o sead3-init.o \ sead3-int.o sead3-platform.o sead3-reset.o \ sead3-setup.o sead3-time.o -obj-y += leds-sead3.o - obj-$(CONFIG_EARLY_PRINTK) += sead3-console.o |