From: Arnd Bergmann Date: Sat, 15 Mar 2014 10:52:49 +0000 (+0100) Subject: ARM: ixp4xx/omixp: always include linux/leds.h X-Git-Tag: v3.15-rc1~81^2~8^2~39 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e9c610a49bf7b0f9e2bf231e762b2e82dcbdc63a;p=pandora-kernel.git ARM: ixp4xx/omixp: always include linux/leds.h The omixp board code unconditionally defines a gpio-led device, but for some reason includes the header file for this only if CONFIG_LEDS_CLASS is enabled, causing a build error otherwise. Removing the #ifdef fixes the build error with no downsides whatsoever. Signed-off-by: Arnd Bergmann Cc: Imre Kaloz Cc: Krzysztof Halasa --- Reading git-diff-tree failed