
14 Nov
2023
14 Nov
'23
11:41 a.m.
Hi
2023년 10월 21일 (토) 06:46, Sam Protsenko semen.protsenko@linaro.org님이 작성:
During porting a new Exynos-based board to U-Boot I faced a couple of similar build errors due to missing <asm/arch/cpu.h> inclusion. This series make sure it's fixed in all places I found.
Sam Protsenko (3): arm: exynos: Include missing CPU header in soc.c arm: exynos: Include missing CPU header in gpio.h watchdog: s5p_wdt: Include missing CPU header
arch/arm/mach-exynos/include/mach/gpio.h | 3 +++ arch/arm/mach-exynos/soc.c | 1 + drivers/watchdog/s5p_wdt.c | 1 + 3 files changed, 5 insertions(+)
-- 2.39.2
applied to u-boot-samsung.
Thanks. Minkyu Kang.