Skip to content

Commit

Permalink
ARM: gpio: ixp2000: 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 db3f728 commit cb04941
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/i2c/busses/i2c-ixp2000.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
#include <linux/slab.h>

#include <mach/hardware.h> /* Pick up IXP2000-specific bits */
#include <mach/gpio.h>
#include <asm/gpio.h>

static inline int ixp2000_scl_pin(void *data)
{
Expand Down

0 comments on commit cb04941

Please sign in to comment.