]> Pileus Git - ~andy/linux/commitdiff
leds: s3c24xx: Remove hardware.h inclusion
authorSachin Kamat <sachin.kamat@linaro.org>
Fri, 3 Jan 2014 06:30:04 +0000 (22:30 -0800)
committerBryan Wu <cooloney@gmail.com>
Tue, 28 Jan 2014 01:28:53 +0000 (17:28 -0800)
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>
drivers/leds/leds-s3c24xx.c

index 76483fb5ee45e4f04a025265cb75fffc47c7b932..b7876eb09e8c47abca0712f9f1d16850aaaed49a 100644 (file)
 #include <linux/gpio.h>
 #include <linux/slab.h>
 #include <linux/module.h>
+#include <linux/platform_data/leds-s3c24xx.h>
 
-#include <mach/hardware.h>
 #include <mach/regs-gpio.h>
-#include <linux/platform_data/leds-s3c24xx.h>
 
 /* our context */