Skip to content

Commit

Permalink
ARM: gpio: nomadik: convert drivers to use asm/gpio.h rather than mac…
Browse files Browse the repository at this point in the history
…h/gpio.h

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
  • Loading branch information
Russell King committed Aug 8, 2011
1 parent 60e8972 commit 75482dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/gpio/gpio-nomadik.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

#include <plat/pincfg.h>
#include <mach/hardware.h>
#include <mach/gpio.h>
#include <asm/gpio.h>

/*
* The GPIO module in the Nomadik family of Systems-on-Chip is an
Expand Down

0 comments on commit 75482dc

Please sign in to comment.