Skip to content

Commit

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

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
  • Loading branch information
Russell King committed Aug 8, 2011
1 parent e6b750d commit 50ac01f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/pcmcia/pxa2xx_vpac270.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

#include <asm/mach-types.h>

#include <mach/gpio.h>
#include <asm/gpio.h>
#include <mach/vpac270.h>

#include "soc_common.h"
Expand Down

0 comments on commit 50ac01f

Please sign in to comment.