From 4f806819270bb1170057cfe9ed5c466f3535be83 Mon Sep 17 00:00:00 2001 From: Axel Lin Date: Tue, 18 Sep 2012 11:30:42 +0800 Subject: [PATCH] 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 Signed-off-by: Tony Lindgren --- Reading git-format-patch failed