提交 a3f4fdf2 编写于 作者: A Arnd Bergmann

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: NArnd Bergmann <arnd@arndb.de>
Acked-by: NLinus Walleij <linus.walleij@linaro.org>
上级 1e7bdf82
...@@ -509,6 +509,7 @@ int __init vic_init_cascaded(void __iomem *base, unsigned int parent_irq, ...@@ -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)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册