aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-mxc/include/mach/3ds_debugboard.h
diff options
context:
space:
mode:
authorShawn Guo <shawn.guo@linaro.org>2012-06-13 15:58:08 +0800
committerShawn Guo <shawn.guo@linaro.org>2012-07-01 21:58:08 +0800
commited4a7fb01a467f5d264fe12f17eb981f21c7bbcd (patch)
tree5c7e553d820e844391df0c23c4238d6f046bb5e4 /arch/arm/plat-mxc/include/mach/3ds_debugboard.h
parentARM: imx: leave irq_base of wm8350_platform_data uninitialized (diff)
downloadlinux-dev-ed4a7fb01a467f5d264fe12f17eb981f21c7bbcd.tar.xz
linux-dev-ed4a7fb01a467f5d264fe12f17eb981f21c7bbcd.zip
ARM: imx: pass gpio than irq number into mxc_expio_init
Change mxc_expio_init interface a little bit to have gpio than irq number passed in. With the change, gpio_to_irq can be called inside mxc_expio_init to get irq number, so that MXC_IRQ_TO_GPIO can be removed. Signed-off-by: Shawn Guo <shawn.guo@linaro.org> Acked-by: Sascha Hauer <s.hauer@pengutronix.de> Acked-by: Dong Aisheng <dong.aisheng@linaro.org>
Diffstat (limited to 'arch/arm/plat-mxc/include/mach/3ds_debugboard.h')
-rw-r--r--arch/arm/plat-mxc/include/mach/3ds_debugboard.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/plat-mxc/include/mach/3ds_debugboard.h b/arch/arm/plat-mxc/include/mach/3ds_debugboard.h
index a384fdd49c62..9fd6cb3f8fad 100644
--- a/arch/arm/plat-mxc/include/mach/3ds_debugboard.h
+++ b/arch/arm/plat-mxc/include/mach/3ds_debugboard.h
@@ -13,6 +13,6 @@
#ifndef __ASM_ARCH_MXC_3DS_DB_H__
#define __ASM_ARCH_MXC_3DS_DB_H__
-extern int __init mxc_expio_init(u32 base, u32 p_irq);
+extern int __init mxc_expio_init(u32 base, u32 intr_gpio);
#endif /* __ASM_ARCH_MXC_3DS_DB_H__ */