diff options
author | Haojian Zhuang <haojian.zhuang@gmail.com> | 2010-01-25 06:03:54 -0500 |
---|---|---|
committer | Eric Miao <eric.y.miao@gmail.com> | 2010-03-01 18:40:56 -0500 |
commit | 16144bfb83bb8319c07c18b57eac15368708d02c (patch) | |
tree | 3544731005719bd1b2f9ba70efcb2233cf9437cf /arch/arm/mach-mmp/common.h | |
parent | 247b4592f385622774de877f568fc30eb37dc831 (diff) |
[ARM] mmp2: add gpio initialization
Signed-off-by: Haojian Zhuang <haojian.zhuang@marvell.com>
Signed-off-by: Eric Miao <eric.y.miao@gmail.com>
Diffstat (limited to 'arch/arm/mach-mmp/common.h')
-rw-r--r-- | arch/arm/mach-mmp/common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-mmp/common.h b/arch/arm/mach-mmp/common.h index 85bf12451433..18c037f8bb0a 100644 --- a/arch/arm/mach-mmp/common.h +++ b/arch/arm/mach-mmp/common.h | |||
@@ -9,6 +9,7 @@ extern struct sys_timer pxa910_timer; | |||
9 | extern struct sys_timer mmp2_timer; | 9 | extern struct sys_timer mmp2_timer; |
10 | extern void __init pxa168_init_irq(void); | 10 | extern void __init pxa168_init_irq(void); |
11 | extern void __init pxa910_init_irq(void); | 11 | extern void __init pxa910_init_irq(void); |
12 | extern void __init mmp2_init_icu(void); | ||
12 | extern void __init mmp2_init_irq(void); | 13 | extern void __init mmp2_init_irq(void); |
13 | 14 | ||
14 | extern void __init icu_init_irq(void); | 15 | extern void __init icu_init_irq(void); |