Browse Source

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>
Axel Lin 13 năm trước cách đây
mục cha
commit
4f80681927
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      arch/arm/plat-omap/Kconfig

+ 1 - 0
arch/arm/plat-omap/Kconfig

@@ -43,6 +43,7 @@ config OMAP_DEBUG_DEVICES
 
 
 config OMAP_DEBUG_LEDS
 config OMAP_DEBUG_LEDS
 	def_bool y if NEW_LEDS
 	def_bool y if NEW_LEDS
+	select LEDS_CLASS
 	depends on OMAP_DEBUG_DEVICES
 	depends on OMAP_DEBUG_DEVICES
 
 
 config POWER_AVS_OMAP
 config POWER_AVS_OMAP