aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-pxa/generic.h
diff options
context:
space:
mode:
authorMarek Vasut <marek.vasut@gmail.com>2009-04-10 10:42:50 +0800
committerEric Miao <eric.miao@marvell.com>2009-04-13 12:10:36 +0800
commit918c71c0ff302637b745104e8ffe6142a64f514c (patch)
tree9898c07cf2bb915aed4f4b1b935ce575347ea588 /arch/arm/mach-pxa/generic.h
parent[ARM] pxa: fix typo of cs_deassert() in pxa2xx-spi.c (diff)
downloadlinux-dev-918c71c0ff302637b745104e8ffe6142a64f514c.tar.xz
linux-dev-918c71c0ff302637b745104e8ffe6142a64f514c.zip
[ARM] pxa: add missing declaration of pxa26x_init_irq()
Signed-off-by: Marek Vasut <marek.vasut@gmail.com> Signed-off-by: Eric Miao <eric.miao@marvell.com>
Diffstat (limited to 'arch/arm/mach-pxa/generic.h')
-rw-r--r--arch/arm/mach-pxa/generic.h3
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);