[ARM] pxa: add missing declaration of pxa26x_init_irq()

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Linux Kernel Mailing List
Date: Friday, April 17, 2009 - 2:59 pm

Gitweb:     http://git.kernel.org/linus/918c71c0ff302637b745104e8ffe6142a64f514c
Commit:     918c71c0ff302637b745104e8ffe6142a64f514c
Parent:     2b2562d38130c769ee59948ba7e1f93d3787ca43
Author:     Marek Vasut <marek.vasut@gmail.com>
AuthorDate: Fri Apr 10 10:42:50 2009 +0800
Committer:  Eric Miao <eric.miao@marvell.com>
CommitDate: Mon Apr 13 12:10:36 2009 +0800

    [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>
---
 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 3465268..485fede 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);
--
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[ARM] pxa: add missing declaration of pxa26x_init_irq(), Linux Kernel Mailing ..., (Fri Apr 17, 2:59 pm)