Re: [PATCH] ARM: OMAP: OMAP_DEBUG_LEDS needs to select LEDS_CLASS

2012-10-08 Thread Tony Lindgren
* Bryan Wu bryan...@canonical.com [120918 01:03]: On Tue, Sep 18, 2012 at 2:49 PM, Axel Lin axel@gmail.com wrote: 2012/9/18 Bryan Wu bryan...@canonical.com: On Tue, Sep 18, 2012 at 11:30 AM, Axel Lin axel@gmail.com wrote: This fixes below build error when CONFIG_LEDS_CLASS is not

Re: [PATCH] ARM: OMAP: OMAP_DEBUG_LEDS needs to select LEDS_CLASS

2012-09-18 Thread Bryan Wu
On Tue, Sep 18, 2012 at 11:30 AM, Axel Lin axel@gmail.com wrote: 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

Re: [PATCH] ARM: OMAP: OMAP_DEBUG_LEDS needs to select LEDS_CLASS

2012-09-18 Thread Axel Lin
2012/9/18 Bryan Wu bryan...@canonical.com: On Tue, Sep 18, 2012 at 11:30 AM, Axel Lin axel@gmail.com wrote: 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':

Re: [PATCH] ARM: OMAP: OMAP_DEBUG_LEDS needs to select LEDS_CLASS

2012-09-18 Thread Bryan Wu
On Tue, Sep 18, 2012 at 2:49 PM, Axel Lin axel@gmail.com wrote: 2012/9/18 Bryan Wu bryan...@canonical.com: On Tue, Sep 18, 2012 at 11:30 AM, Axel Lin axel@gmail.com wrote: This fixes below build error when CONFIG_LEDS_CLASS is not set. LD init/built-in.o

[PATCH] ARM: OMAP: OMAP_DEBUG_LEDS needs to select LEDS_CLASS

2012-09-17 Thread Axel Lin
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