]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
arm: npcm: Remove <common.h> and add needed includes
authorTom Rini <trini@konsulko.com>
Tue, 30 Apr 2024 13:35:42 +0000 (07:35 -0600)
committerTom Rini <trini@konsulko.com>
Mon, 6 May 2024 21:06:33 +0000 (15:06 -0600)
Remove <common.h> from all mach-npcm files and when needed add missing
include files directly.

Signed-off-by: Tom Rini <trini@konsulko.com>
arch/arm/mach-npcm/npcm7xx/cpu.c
arch/arm/mach-npcm/npcm7xx/l2_cache_pl310.c
arch/arm/mach-npcm/npcm8xx/cpu.c
arch/arm/mach-npcm/npcm8xx/reset.c

index dd74bb9e08719812262a7d036db375f12d95c4aa..47d51cab5c7656cc0c9debd40e399fd6aa878081 100644 (file)
@@ -3,7 +3,6 @@
  * Copyright (c) 2021 Nuvoton Technology Corp.
  */
 
-#include <common.h>
 #include <cpu_func.h>
 #include <asm/armv7.h>
 #include <asm/io.h>
index ed4b1ca5c9833483d63e83ab488a2f31a7de7899..df80687c857198b58389c24e3dd3f0b9b327d338 100644 (file)
@@ -3,7 +3,7 @@
  * Copyright (c) 2021 Nuvoton Technology Corp.
  */
 
-#include <common.h>
+#include <config.h>
 #include <asm/io.h>
 #include <asm/pl310.h>
 
index af594526094c5433a62d802bc10fa6e7edaee924..a1fb400b2645c7db22bdc35b1f6bff03bc0cf8ef 100644 (file)
@@ -3,7 +3,6 @@
  * Copyright (c) 2022 Nuvoton Technology Corp.
  */
 
-#include <common.h>
 #include <dm.h>
 #include <asm/global_data.h>
 #include <asm/io.h>
index 6954e6c6a17f68df968eaa0efb343a0781481718..e28b4ae7ae4bcba17aeec2a640bb0f765ff5e2e2 100644 (file)
@@ -3,7 +3,6 @@
  * Copyright (c) 2022 Nuvoton Technology Corp.
  */
 
-#include <common.h>
 #include <asm/io.h>
 #include <asm/arch/gcr.h>
 #include <asm/arch/rst.h>