]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
board: nuvoton: Remove <common.h> and add needed includes
authorTom Rini <trini@konsulko.com>
Wed, 1 May 2024 02:42:25 +0000 (20:42 -0600)
committerTom Rini <trini@konsulko.com>
Tue, 7 May 2024 14:00:25 +0000 (08:00 -0600)
Remove <common.h> from this board vendor directory and when needed
add missing include files directly.

Signed-off-by: Tom Rini <trini@konsulko.com>
board/nuvoton/arbel_evb/arbel_evb.c
board/nuvoton/poleg_evb/poleg_evb.c

index 53c931c3c2443647e8c3424e4e0c93086aff1a6a..1f519219e7e641ff5465b10425acec63281e1001 100644 (file)
@@ -3,7 +3,6 @@
  * Copyright (c) 2022 Nuvoton Technology Corp.
  */
 
-#include <common.h>
 #include <dm.h>
 #include <asm/io.h>
 #include <asm/arch/gcr.h>
index e69bca95031f41664f1800a2d91a23df5f849741..3c4e5aaf2940103e6bfb9b06b0c528d5d6f999a8 100644 (file)
@@ -4,7 +4,6 @@
  * Copyright (c) 2021 Nuvoton Technology Corp.
  */
 
-#include <common.h>
 #include <dm.h>
 #include <env.h>
 #include <asm/io.h>