From: Linus Walleij Date: Mon, 22 Aug 2011 07:38:06 +0000 (+0100) Subject: ARM: 7037/1: mach-ks8695: fix GPIO LEDs X-Git-Tag: v3.12-rc1~4618^2~24 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=386ab6400a4d2331f60695cb355dcc3790ccfbcc;p=kernel%2Fkernel-generic.git ARM: 7037/1: mach-ks8695: fix GPIO LEDs Enabling the LEDs on the ks8695 doesn't even compile, fix it with a proper include and also replace a with the proper . Cc: zeal Cc: Ben Dooks Acked-by: Daniel Silverstone Acked-by: Simtec Linux Team Signed-off-by: Linus Walleij Signed-off-by: Russell King --- diff --git a/arch/arm/mach-ks8695/devices.c b/arch/arm/mach-ks8695/devices.c index b89fb6d..73bd638 100644 --- a/arch/arm/mach-ks8695/devices.c +++ b/arch/arm/mach-ks8695/devices.c @@ -20,6 +20,7 @@ #include #include +#include #include #include diff --git a/arch/arm/mach-ks8695/leds.c b/arch/arm/mach-ks8695/leds.c index 4bd7075..d6f6502 100644 --- a/arch/arm/mach-ks8695/leds.c +++ b/arch/arm/mach-ks8695/leds.c @@ -11,6 +11,7 @@ #include #include #include +#include #include #include