Commit cb049419 authored by Russell King's avatar Russell King

ARM: gpio: ixp2000: convert drivers to use asm/gpio.h rather than mach/gpio.h

Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent db3f7285
......@@ -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)
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment