]> git.baikalelectronics.ru Git - kernel.git/commit
irqchip: VIC: export vic_init_cascaded
authorArnd Bergmann <arnd@arndb.de>
Mon, 24 Feb 2014 21:19:24 +0000 (22:19 +0100)
committerArnd Bergmann <arnd@arndb.de>
Tue, 25 Feb 2014 17:01:43 +0000 (18:01 +0100)
commitb7275e34ad1669cde1ba6fb35659033b483f3d9d
tree71e3a4ba7cf40debf395f202b00884eaa948bcad
parent4b79ed3ed4bd8f147fdec3f8c4f807c257041d41
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>
drivers/irqchip/irq-vic.c