Skip to content

Commit

Permalink
ARM, KS8695: Only include linux/gpio.h once in arch/arm/mach-ks8695/l…
Browse files Browse the repository at this point in the history
…eds.c

Remove the unneeded duplicate include.

Signed-off-by: Jesper Juhl <jj@chaosbits.net>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
  • Loading branch information
Jesper Juhl authored and Jiri Kosina committed Feb 10, 2012
1 parent d65657c commit 9ba2630
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/arm/mach-ks8695/leds.c
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/init.h>
#include <linux/gpio.h>

#include <asm/leds.h>
#include <mach/devices.h>
Expand Down

0 comments on commit 9ba2630

Please sign in to comment.