]> git.dujemihanovic.xyz Git - u-boot.git/commit
arm: exynos: Include missing CPU header in soc.c
authorSam Protsenko <semen.protsenko@linaro.org>
Fri, 20 Oct 2023 21:46:31 +0000 (16:46 -0500)
committerMinkyu Kang <mk7.kang@samsung.com>
Mon, 13 Nov 2023 07:18:01 +0000 (16:18 +0900)
commit585a2aaac2ac043540b6f2e148de79517ce3a683
tree070ff4f081421a1ba25fb72b254e55e37e22848c
parent17e9db18f17b6cad278694d4a61df95e96bdf4f5
arm: exynos: Include missing CPU header in soc.c

samsung_get_base_swreset() is called in soc.c, but corresponding header
with its prototype is not included. Fix this to avoid possible build
errors.

Signed-off-by: Sam Protsenko <semen.protsenko@linaro.org>
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
arch/arm/mach-exynos/soc.c