diff options
Diffstat (limited to 'drivers/leds')
| -rw-r--r-- | drivers/leds/leds-ams-delta.c | 2 | ||||
| -rw-r--r-- | drivers/leds/leds-cm-x270.c | 4 | ||||
| -rw-r--r-- | drivers/leds/leds-corgi.c | 7 | ||||
| -rw-r--r-- | drivers/leds/leds-fsg.c | 2 | ||||
| -rw-r--r-- | drivers/leds/leds-h1940.c | 6 | ||||
| -rw-r--r-- | drivers/leds/leds-locomo.c | 2 | ||||
| -rw-r--r-- | drivers/leds/leds-s3c24xx.c | 6 | ||||
| -rw-r--r-- | drivers/leds/leds-spitz.c | 6 |
8 files changed, 17 insertions, 18 deletions
diff --git a/drivers/leds/leds-ams-delta.c b/drivers/leds/leds-ams-delta.c index c37bb0d5a0c..32c98b2efa3 100644 --- a/drivers/leds/leds-ams-delta.c +++ b/drivers/leds/leds-ams-delta.c | |||
| @@ -12,7 +12,7 @@ | |||
| 12 | #include <linux/init.h> | 12 | #include <linux/init.h> |
| 13 | #include <linux/platform_device.h> | 13 | #include <linux/platform_device.h> |
| 14 | #include <linux/leds.h> | 14 | #include <linux/leds.h> |
| 15 | #include <asm/arch/board-ams-delta.h> | 15 | #include <mach/board-ams-delta.h> |
| 16 | 16 | ||
| 17 | /* | 17 | /* |
| 18 | * Our context | 18 | * Our context |
diff --git a/drivers/leds/leds-cm-x270.c b/drivers/leds/leds-cm-x270.c index accc7eddb78..836a43d776e 100644 --- a/drivers/leds/leds-cm-x270.c +++ b/drivers/leds/leds-cm-x270.c | |||
| @@ -18,8 +18,8 @@ | |||
| 18 | #include <linux/platform_device.h> | 18 | #include <linux/platform_device.h> |
| 19 | #include <linux/leds.h> | 19 | #include <linux/leds.h> |
| 20 | 20 | ||
| 21 | #include <asm/arch/hardware.h> | 21 | #include <mach/hardware.h> |
| 22 | #include <asm/arch/pxa-regs.h> | 22 | #include <mach/pxa-regs.h> |
| 23 | 23 | ||
| 24 | #define GPIO_RED_LED (93) | 24 | #define GPIO_RED_LED (93) |
| 25 | #define GPIO_GREEN_LED (94) | 25 | #define GPIO_GREEN_LED (94) |
diff --git a/drivers/leds/leds-corgi.c b/drivers/leds/leds-corgi.c index a709704b9f9..bc2dcd89f63 100644 --- a/drivers/leds/leds-corgi.c +++ b/drivers/leds/leds-corgi.c | |||
| @@ -15,10 +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/mach-types.h> | 18 | #include <mach/corgi.h> |
| 19 | #include <asm/arch/corgi.h> | 19 | #include <mach/hardware.h> |
| 20 | #include <asm/arch/hardware.h> | 20 | #include <mach/pxa-regs.h> |
| 21 | #include <asm/arch/pxa-regs.h> | ||
| 22 | #include <asm/hardware/scoop.h> | 21 | #include <asm/hardware/scoop.h> |
| 23 | 22 | ||
| 24 | static void corgiled_amber_set(struct led_classdev *led_cdev, | 23 | static void corgiled_amber_set(struct led_classdev *led_cdev, |
diff --git a/drivers/leds/leds-fsg.c b/drivers/leds/leds-fsg.c index a7421b8c47d..be0e12144b8 100644 --- a/drivers/leds/leds-fsg.c +++ b/drivers/leds/leds-fsg.c | |||
| @@ -19,7 +19,7 @@ | |||
| 19 | #include <linux/init.h> | 19 | #include <linux/init.h> |
| 20 | #include <linux/platform_device.h> | 20 | #include <linux/platform_device.h> |
| 21 | #include <linux/leds.h> | 21 | #include <linux/leds.h> |
| 22 | #include <asm/arch/hardware.h> | 22 | #include <mach/hardware.h> |
| 23 | #include <asm/io.h> | 23 | #include <asm/io.h> |
| 24 | 24 | ||
| 25 | static short __iomem *latch_address; | 25 | static short __iomem *latch_address; |
diff --git a/drivers/leds/leds-h1940.c b/drivers/leds/leds-h1940.c index 73c70502168..11b77a70bbc 100644 --- a/drivers/leds/leds-h1940.c +++ b/drivers/leds/leds-h1940.c | |||
| @@ -16,9 +16,9 @@ | |||
| 16 | #include <linux/string.h> | 16 | #include <linux/string.h> |
| 17 | #include <linux/ctype.h> | 17 | #include <linux/ctype.h> |
| 18 | #include <linux/leds.h> | 18 | #include <linux/leds.h> |
| 19 | #include <asm/arch/regs-gpio.h> | 19 | #include <mach/regs-gpio.h> |
| 20 | #include <asm/hardware.h> | 20 | #include <mach/hardware.h> |
| 21 | #include <asm/arch/h1940-latch.h> | 21 | #include <mach/h1940-latch.h> |
| 22 | 22 | ||
| 23 | /* | 23 | /* |
| 24 | * Green led. | 24 | * Green led. |
diff --git a/drivers/leds/leds-locomo.c b/drivers/leds/leds-locomo.c index 7295f7f5218..5d91362e306 100644 --- a/drivers/leds/leds-locomo.c +++ b/drivers/leds/leds-locomo.c | |||
| @@ -13,7 +13,7 @@ | |||
| 13 | #include <linux/device.h> | 13 | #include <linux/device.h> |
| 14 | #include <linux/leds.h> | 14 | #include <linux/leds.h> |
| 15 | 15 | ||
| 16 | #include <asm/hardware.h> | 16 | #include <mach/hardware.h> |
| 17 | #include <asm/hardware/locomo.h> | 17 | #include <asm/hardware/locomo.h> |
| 18 | 18 | ||
| 19 | static void locomoled_brightness_set(struct led_classdev *led_cdev, | 19 | static void locomoled_brightness_set(struct led_classdev *led_cdev, |
diff --git a/drivers/leds/leds-s3c24xx.c b/drivers/leds/leds-s3c24xx.c index d4f5021dccb..25a07f2643a 100644 --- a/drivers/leds/leds-s3c24xx.c +++ b/drivers/leds/leds-s3c24xx.c | |||
| @@ -16,9 +16,9 @@ | |||
| 16 | #include <linux/platform_device.h> | 16 | #include <linux/platform_device.h> |
| 17 | #include <linux/leds.h> | 17 | #include <linux/leds.h> |
| 18 | 18 | ||
| 19 | #include <asm/hardware.h> | 19 | #include <mach/hardware.h> |
| 20 | #include <asm/arch/regs-gpio.h> | 20 | #include <mach/regs-gpio.h> |
| 21 | #include <asm/arch/leds-gpio.h> | 21 | #include <mach/leds-gpio.h> |
| 22 | 22 | ||
| 23 | /* our context */ | 23 | /* our context */ |
| 24 | 24 | ||
diff --git a/drivers/leds/leds-spitz.c b/drivers/leds/leds-spitz.c index e75e8543bc5..178831c64bf 100644 --- a/drivers/leds/leds-spitz.c +++ b/drivers/leds/leds-spitz.c | |||
| @@ -17,9 +17,9 @@ | |||
| 17 | #include <linux/leds.h> | 17 | #include <linux/leds.h> |
| 18 | #include <asm/hardware/scoop.h> | 18 | #include <asm/hardware/scoop.h> |
| 19 | #include <asm/mach-types.h> | 19 | #include <asm/mach-types.h> |
| 20 | #include <asm/arch/hardware.h> | 20 | #include <mach/hardware.h> |
| 21 | #include <asm/arch/pxa-regs.h> | 21 | #include <mach/pxa-regs.h> |
| 22 | #include <asm/arch/spitz.h> | 22 | #include <mach/spitz.h> |
| 23 | 23 | ||
| 24 | static void spitzled_amber_set(struct led_classdev *led_cdev, | 24 | static void spitzled_amber_set(struct led_classdev *led_cdev, |
| 25 | enum led_brightness value) | 25 | enum led_brightness value) |
