mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-18 22:14:16 +00:00
irqchip: exynos-combiner: Staticize combiner_init
combiner_init() is referenced only in this file. Make it static. Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org> Cc: linux-arm-kernel@lists.infradead.org Cc: kgene.kim@samsung.com Cc: t.figa@samsung.com Cc: arnd@arndb.de Cc: patches@linaro.org Link: http://lkml.kernel.org/r/1372246597-32323-2-git-send-email-sachin.kamat@linaro.org Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
This commit is contained in:
parent
292ec08049
commit
b8394dee78
1 changed files with 4 additions and 4 deletions
|
@ -204,10 +204,10 @@ static unsigned int combiner_lookup_irq(int group)
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
void __init combiner_init(void __iomem *combiner_base,
|
static void __init combiner_init(void __iomem *combiner_base,
|
||||||
struct device_node *np,
|
struct device_node *np,
|
||||||
unsigned int max_nr,
|
unsigned int max_nr,
|
||||||
int irq_base)
|
int irq_base)
|
||||||
{
|
{
|
||||||
int i, irq;
|
int i, irq;
|
||||||
unsigned int nr_irq;
|
unsigned int nr_irq;
|
||||||
|
|
Loading…
Add table
Reference in a new issue