irqchip: VIC: export vic_init_cascaded
vic_init_cascaded is called by integrator impd1 code that can be a loadable module, so the function has to be exported. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Acked-by: Linus Walleij <linus.walleij@linaro.org>
This commit is contained in:
parent
1e7bdf82ab
commit
a3f4fdf219
|
@ -509,6 +509,7 @@ int __init vic_init_cascaded(void __iomem *base, unsigned int parent_irq,
|
||||||
/* Return out acquired base */
|
/* Return out acquired base */
|
||||||
return v->irq;
|
return v->irq;
|
||||||
}
|
}
|
||||||
|
EXPORT_SYMBOL_GPL(vic_init_cascaded);
|
||||||
|
|
||||||
#ifdef CONFIG_OF
|
#ifdef CONFIG_OF
|
||||||
int __init vic_of_init(struct device_node *node, struct device_node *parent)
|
int __init vic_of_init(struct device_node *node, struct device_node *parent)
|
||||||
|
|
Loading…
Reference in New Issue