aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-ks8695/leds.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-ks8695/leds.c')
-rw-r--r--arch/arm/mach-ks8695/leds.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-ks8695/leds.c b/arch/arm/mach-ks8695/leds.c
index 184ef74e4bee..d6f6502ac9b5 100644
--- a/arch/arm/mach-ks8695/leds.c
+++ b/arch/arm/mach-ks8695/leds.c
@@ -7,14 +7,14 @@
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*/
-
+#include <linux/gpio.h>
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/init.h>
+#include <linux/gpio.h>
#include <asm/leds.h>
#include <mach/devices.h>
-#include <mach/gpio.h>
static inline void ks8695_led_on(unsigned int led)