diff options
Diffstat (limited to 'arch/arm/mach-ks8695/leds.c')
-rw-r--r-- | arch/arm/mach-ks8695/leds.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/arch/arm/mach-ks8695/leds.c b/arch/arm/mach-ks8695/leds.c index d61762ae50d8..184ef74e4bee 100644 --- a/arch/arm/mach-ks8695/leds.c +++ b/arch/arm/mach-ks8695/leds.c | |||
@@ -12,10 +12,9 @@ | |||
12 | #include <linux/module.h> | 12 | #include <linux/module.h> |
13 | #include <linux/init.h> | 13 | #include <linux/init.h> |
14 | 14 | ||
15 | #include <asm/mach-types.h> | ||
16 | #include <asm/leds.h> | 15 | #include <asm/leds.h> |
17 | #include <asm/arch/devices.h> | 16 | #include <mach/devices.h> |
18 | #include <asm/arch/gpio.h> | 17 | #include <mach/gpio.h> |
19 | 18 | ||
20 | 19 | ||
21 | static inline void ks8695_led_on(unsigned int led) | 20 | static inline void ks8695_led_on(unsigned int led) |