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-02 07:40:56 +0800 |
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 85bf1245143..18c037f8bb0 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; extern struct sys_timer mmp2_timer; extern void __init pxa168_init_irq(void); extern void __init pxa910_init_irq(void); +extern void __init mmp2_init_icu(void); extern void __init mmp2_init_irq(void); extern void __init icu_init_irq(void); |