]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: OMAP: OMAP_DEBUG_LEDS needs to select LEDS_CLASS
authorAxel Lin <axel.lin@gmail.com>
Tue, 18 Sep 2012 03:30:42 +0000 (11:30 +0800)
committerTony Lindgren <tony@atomide.com>
Mon, 8 Oct 2012 22:19:32 +0000 (15:19 -0700)
commita9ca9d2c970157476da82bfffb3f2a7cba273ddc
tree29c403b4a8e933977c2c7c557fd3805f120c6853
parent66ee42bf3d96c59e816b11dde13db83d227fa2d2
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>
arch/arm/plat-omap/Kconfig