diff options
author | Sachin Kamat <sachin.kamat@linaro.org> | 2014-01-03 01:30:04 -0500 |
---|---|---|
committer | Bryan Wu <cooloney@gmail.com> | 2014-01-27 20:28:53 -0500 |
commit | 3cb6f44aedf519dce4a9106dec675b94d675c539 (patch) | |
tree | fbb6b269a67dfdb79b6a3355487d65063b640705 /drivers/leds | |
parent | 11e043b53c3d4fbcbf91761b8dfd885da6fc8eff (diff) |
leds: s3c24xx: Remove hardware.h inclusion
The contents of this header file is not referenced in the led driver.
Remove its inclusion. While at it, re-arrange the headers as per the
category.
Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Bryan Wu <cooloney@gmail.com>
Diffstat (limited to 'drivers/leds')
-rw-r--r-- | drivers/leds/leds-s3c24xx.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/leds/leds-s3c24xx.c b/drivers/leds/leds-s3c24xx.c index 76483fb5ee45..b7876eb09e8c 100644 --- a/drivers/leds/leds-s3c24xx.c +++ b/drivers/leds/leds-s3c24xx.c | |||
@@ -18,10 +18,9 @@ | |||
18 | #include <linux/gpio.h> | 18 | #include <linux/gpio.h> |
19 | #include <linux/slab.h> | 19 | #include <linux/slab.h> |
20 | #include <linux/module.h> | 20 | #include <linux/module.h> |
21 | #include <linux/platform_data/leds-s3c24xx.h> | ||
21 | 22 | ||
22 | #include <mach/hardware.h> | ||
23 | #include <mach/regs-gpio.h> | 23 | #include <mach/regs-gpio.h> |
24 | #include <linux/platform_data/leds-s3c24xx.h> | ||
25 | 24 | ||
26 | /* our context */ | 25 | /* our context */ |
27 | 26 | ||