Commit 3cb6f44a authored by Sachin Kamat's avatar Sachin Kamat Committed by Bryan Wu

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: default avatarSachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: default avatarBryan Wu <cooloney@gmail.com>
parent 11e043b5
......@@ -18,10 +18,9 @@
#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 */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment