Skip to content

Commit

Permalink
ARM: gpio: at91: remove redundant include of mach/gpio.h
Browse files Browse the repository at this point in the history
asm/gpio.h already directly includes mach/gpio.h.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
  • Loading branch information
Russell King committed Aug 8, 2011
1 parent 322a8b0 commit b7a9495
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/arm/mach-at91/gpio.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@

#include <mach/hardware.h>
#include <mach/at91_pio.h>
#include <mach/gpio.h>

#include <asm/gpio.h>

Expand Down

0 comments on commit b7a9495

Please sign in to comment.