commit | 4f806819270bb1170057cfe9ed5c466f3535be83 | [log] [tgz] |
---|---|---|
author | Axel Lin <axel.lin@gmail.com> | Tue Sep 18 11:30:42 2012 +0800 |
committer | Tony Lindgren <tony@atomide.com> | Mon Oct 08 15:19:32 2012 -0700 |
tree | 29c403b4a8e933977c2c7c557fd3805f120c6853 | |
parent | 12aee6c69f245189dc015227d1c27240a832f58a [diff] |
ARM: OMAP: OMAP_DEBUG_LEDS needs to select LEDS_CLASS This fixes below build error when CONFIG_LEDS_CLASS is not set. LD init/built-in.o arch/arm/plat-omap/built-in.o: In function `fpga_probe': arch/arm/plat-omap/debug-leds.c:113: undefined reference to `led_classdev_register' make: *** [vmlinux] Error 1 Signed-off-by: Axel Lin <axel.lin@gmail.com> Signed-off-by: Tony Lindgren <tony@atomide.com>