irqchip/gic-v3-its: Mark its_init() and its children as __init
authorTomasz Nowicki <tn@semihalf.com>
Tue, 19 Jan 2016 13:11:18 +0000 (14:11 +0100)
committerMarc Zyngier <marc.zyngier@arm.com>
Wed, 9 Mar 2016 02:44:03 +0000 (02:44 +0000)
commit04a0e4dee85642138dc7bd78f50ebee397e057a8
tree32635190e23808e2814e5e3c160687ef72ef0eab
parentf6ae5085d37b2eaf6cac30ccf4d425e95c7d4b63
irqchip/gic-v3-its: Mark its_init() and its children as __init

gicv3_init_bases() is the only caller for its_init(),
also it is a __init function, so mark its_init() as __init too,
then recursively mark the functions called as __init.

This will help to introduce ITS initialization using ACPI tables as
we will use acpi_table_parse_entries family functions there which
belong to __init section as well.

Acked-by: Marc Zyngier <marc.zyngier@arm.com>
Signed-off-by: Hanjun Guo <hanjun.guo@linaro.org>
Signed-off-by: Tomasz Nowicki <tn@semihalf.com>
Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
drivers/irqchip/irq-gic-v3-its.c