hw/arm/exynos4210: Move exynos4210_combiner_get_gpioin() into exynos4210.c
commit03a46e00813ae8bd0243457b12d48fd8d2d4d350
authorPeter Maydell <peter.maydell@linaro.org>
Mon, 4 Apr 2022 15:46:50 +0000 (4 16:46 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 21 Apr 2022 10:37:04 +0000 (21 11:37 +0100)
tree97f88ca25cd6c02042b0d3317f054b8eb8fd1c7c
parent38c2b905d3beb27a056f7f53bcf7d9bce487e89d
hw/arm/exynos4210: Move exynos4210_combiner_get_gpioin() into exynos4210.c

The function exynos4210_combiner_get_gpioin() currently lives in
exynos4210_combiner.c, but it isn't really part of the combiner
device itself -- it is a function that implements the wiring up of
some interrupt sources to multiple combiner inputs.  Move it to live
with the other SoC-level code in exynos4210.c, along with a few
macros previously defined in exynos4210.h which are now used only
in exynos4210.c.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20220404154658.565020-11-peter.maydell@linaro.org
hw/arm/exynos4210.c
hw/intc/exynos4210_combiner.c
include/hw/arm/exynos4210.h