diff options
author | Marek Vasut <[email protected]> | 2009-04-10 10:42:50 +0800 |
---|---|---|
committer | Eric Miao <[email protected]> | 2009-04-13 12:10:36 +0800 |
commit | 918c71c0ff302637b745104e8ffe6142a64f514c (patch) | |
tree | 9898c07cf2bb915aed4f4b1b935ce575347ea588 | |
parent | 2b2562d38130c769ee59948ba7e1f93d3787ca43 (diff) |
[ARM] pxa: add missing declaration of pxa26x_init_irq()
Signed-off-by: Marek Vasut <[email protected]>
Signed-off-by: Eric Miao <[email protected]>
-rw-r--r-- | arch/arm/mach-pxa/generic.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-pxa/generic.h b/arch/arm/mach-pxa/generic.h index 3465268ca716..485fede83d97 100644 --- a/arch/arm/mach-pxa/generic.h +++ b/arch/arm/mach-pxa/generic.h @@ -15,6 +15,9 @@ extern struct sys_timer pxa_timer; extern void __init pxa_init_irq(int irq_nr, int (*set_wake)(unsigned int, unsigned int)); extern void __init pxa25x_init_irq(void); +#ifdef CONFIG_CPU_PXA26x +extern void __init pxa26x_init_irq(void); +#endif extern void __init pxa27x_init_irq(void); extern void __init pxa3xx_init_irq(void); extern void __init pxa_map_io(void); |