]> www.infradead.org Git - users/dwmw2/qemu.git/commit
hw/intc/exynos4210_gic: Constify array of combiner interrupts
authorKrzysztof Kozlowski <krzk@kernel.org>
Tue, 13 Jun 2017 13:56:58 +0000 (14:56 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 13 Jun 2017 13:56:58 +0000 (14:56 +0100)
commit5f7f22ffe1861d19a4693db2dd75e85206015560
treeee08233f5f227acac0844a52c4cd5a24a85a229f
parent9e883790dd0da73269e3d9f4c250d14ff7ff2d34
hw/intc/exynos4210_gic: Constify array of combiner interrupts

The static array of interrupt combiner mappings is not modified so it
can be made const for code safeness.

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/intc/exynos4210_gic.c