diff options
Diffstat (limited to 'drivers/leds/leds-corgi.c')
-rw-r--r-- | drivers/leds/leds-corgi.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/leds/leds-corgi.c b/drivers/leds/leds-corgi.c index e9d419ff784e..bc2dcd89f635 100644 --- a/drivers/leds/leds-corgi.c +++ b/drivers/leds/leds-corgi.c | |||
@@ -15,9 +15,9 @@ | |||
15 | #include <linux/init.h> | 15 | #include <linux/init.h> |
16 | #include <linux/platform_device.h> | 16 | #include <linux/platform_device.h> |
17 | #include <linux/leds.h> | 17 | #include <linux/leds.h> |
18 | #include <asm/arch/corgi.h> | 18 | #include <mach/corgi.h> |
19 | #include <asm/arch/hardware.h> | 19 | #include <mach/hardware.h> |
20 | #include <asm/arch/pxa-regs.h> | 20 | #include <mach/pxa-regs.h> |
21 | #include <asm/hardware/scoop.h> | 21 | #include <asm/hardware/scoop.h> |
22 | 22 | ||
23 | static void corgiled_amber_set(struct led_classdev *led_cdev, | 23 | static void corgiled_amber_set(struct led_classdev *led_cdev, |