mbox series

[0/3] exynos: Include missing CPU headers

Message ID 20231020214633.30883-1-semen.protsenko@linaro.org
Headers show
Series exynos: Include missing CPU headers | expand

Message

Sam Protsenko Oct. 20, 2023, 9:46 p.m. UTC
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(+)

Comments

Minkyu Kang Nov. 14, 2023, 10:41 a.m. UTC | #1
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.