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

2012-10-08 Thread Tony Lindgren
* Bryan Wu [120918 01:03]: > On Tue, Sep 18, 2012 at 2:49 PM, Axel Lin wrote: > > 2012/9/18 Bryan Wu : > >> On Tue, Sep 18, 2012 at 11:30 AM, Axel Lin wrote: > >>> This fixes below build error when CONFIG_LEDS_CLASS is not set. > >>> > >>> LD init/built-in.o > >>> arch/arm/plat-omap/built

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 wrote: > 2012/9/18 Bryan Wu : >> On Tue, Sep 18, 2012 at 11:30 AM, Axel Lin 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/

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

2012-09-17 Thread Axel Lin
2012/9/18 Bryan Wu : > On Tue, Sep 18, 2012 at 11:30 AM, Axel Lin 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-17 Thread Bryan Wu
On Tue, Sep 18, 2012 at 11:30 AM, Axel Lin 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 > `led_classdev_register' > ma