Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e9c610a4 authored by Arnd Bergmann's avatar Arnd Bergmann
Browse files

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: default avatarArnd Bergmann <arnd@arndb.de>
Cc: Imre Kaloz <kaloz@openwrt.org>
Cc: Krzysztof Halasa <khc@pm.waw.pl>
parent 1d858f31
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -17,9 +17,7 @@
#include <linux/serial_8250.h>
#include <linux/mtd/mtd.h>
#include <linux/mtd/partitions.h>
#ifdef CONFIG_LEDS_CLASS
#include <linux/leds.h>
#endif

#include <asm/setup.h>
#include <asm/memory.h>