dect
/
linux-2.6
Archived
13
0
Fork 0

[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>
This commit is contained in:
Marek Vasut 2009-04-10 10:42:50 +08:00 committed by Eric Miao
parent 2b2562d381
commit 918c71c0ff
1 changed files with 3 additions and 0 deletions

View File

@ -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);