Skip to content

Commit

Permalink
leds: s3c24xx: Remove hardware.h inclusion
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Sachin Kamat authored and Bryan Wu committed Jan 28, 2014
1 parent 11e043b commit 3cb6f44
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions drivers/leds/leds-s3c24xx.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */

Expand Down

0 comments on commit 3cb6f44

Please sign in to comment.