]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
post: Remove <common.h> and add needed includes
authorTom Rini <trini@konsulko.com>
Sat, 27 Apr 2024 14:11:06 +0000 (08:11 -0600)
committerTom Rini <trini@konsulko.com>
Mon, 6 May 2024 21:05:04 +0000 (15:05 -0600)
Remove <common.h> from all "post/" files and when needed add
missing include files directly.

Signed-off-by: Tom Rini <trini@konsulko.com>
35 files changed:
post/cpu/mpc83xx/ecc.c
post/drivers/flash.c
post/drivers/i2c.c
post/drivers/memory.c
post/drivers/rtc.c
post/lib_powerpc/andi.c
post/lib_powerpc/b.c
post/lib_powerpc/cmp.c
post/lib_powerpc/cmpi.c
post/lib_powerpc/complex.c
post/lib_powerpc/cpu.c
post/lib_powerpc/cr.c
post/lib_powerpc/fpu/20001122-1.c
post/lib_powerpc/fpu/20010114-2.c
post/lib_powerpc/fpu/20010226-1.c
post/lib_powerpc/fpu/980619-1.c
post/lib_powerpc/fpu/acc1.c
post/lib_powerpc/fpu/compare-fp-1.c
post/lib_powerpc/fpu/fpu.c
post/lib_powerpc/fpu/mul-subnormal-single-1.c
post/lib_powerpc/load.c
post/lib_powerpc/multi.c
post/lib_powerpc/rlwimi.c
post/lib_powerpc/rlwinm.c
post/lib_powerpc/rlwnm.c
post/lib_powerpc/srawi.c
post/lib_powerpc/store.c
post/lib_powerpc/string.c
post/lib_powerpc/three.c
post/lib_powerpc/threei.c
post/lib_powerpc/threex.c
post/lib_powerpc/two.c
post/lib_powerpc/twox.c
post/post.c
post/tests.c

index 68da8ff417167f118934efabd06109ebb812f824..766eafa00e71b93bf32fbc68f2f73c0dce076a74 100644 (file)
@@ -8,7 +8,7 @@
  * Dave Liu <daveliu@freescale.com>
  */
 
-#include <common.h>
+#include <config.h>
 #include <cpu_func.h>
 #include <irq_func.h>
 #include <log.h>
index a1fcf1f135d901a6d2b30a6734fc61138ae09b30..21e2f940fe92185942d9ec77c20abf63a9c4fe7b 100644 (file)
@@ -7,7 +7,7 @@
  */
 
 #if CFG_POST & CFG_SYS_POST_FLASH
-#include <common.h>
+#include <config.h>
 #include <malloc.h>
 #include <post.h>
 #include <flash.h>
index 557d6329a4f0e815c65b06f9bf1ac4ead8d69f4c..11c3c8323523f7e0aee25ffd35e5aa493f8e18d9 100644 (file)
@@ -21,7 +21,7 @@
  * #endif
  */
 
-#include <common.h>
+#include <config.h>
 #include <log.h>
 #include <post.h>
 #include <i2c.h>
index 1be2b41df45d2eb60eca42a59ced0114604bb614..8d4ae6fc6f1ea37a0925531651d8d9a5325c58b0 100644 (file)
@@ -4,7 +4,7 @@
  * Wolfgang Denk, DENX Software Engineering, wd@denx.de.
  */
 
-#include <common.h>
+#include <config.h>
 #include <log.h>
 #include <asm/global_data.h>
 
index cc7a49847ccdc1c0a051d98a211954f5d0cb8837..030954ef3dca8deec40182986b2e2f9876d124d8 100644 (file)
@@ -4,7 +4,7 @@
  * Wolfgang Denk, DENX Software Engineering, wd@denx.de.
  */
 
-#include <common.h>
+#include <config.h>
 
 /*
  * RTC test
index 4f30216688005f6cf9a6ea6f084816ac52e49121..3f525f516760340d7476afb2bcba4eab66106fe0 100644 (file)
@@ -4,7 +4,7 @@
  * Wolfgang Denk, DENX Software Engineering, wd@denx.de.
  */
 
-#include <common.h>
+#include <config.h>
 #include <irq_func.h>
 
 /*
index 0ec032dcb1529a7a36cdf12b25429cb350b595ca..9c9931c4f3a90f49bcbf24d7b3a1d1ec0885e793 100644 (file)
@@ -4,7 +4,7 @@
  * Wolfgang Denk, DENX Software Engineering, wd@denx.de.
  */
 
-#include <common.h>
+#include <config.h>
 #include <irq_func.h>
 
 /*
index 57f2b9694c332f792bb55684c9a8b293adb67bf2..9237dd539979a187718d0b9e11015db84064d7f3 100644 (file)
@@ -4,7 +4,7 @@
  * Wolfgang Denk, DENX Software Engineering, wd@denx.de.
  */
 
-#include <common.h>
+#include <config.h>
 #include <irq_func.h>
 
 /*
index 6e2bd636d74d019b9831aeddff27763ab3e26b00..6436586b2914871105b9c3a9d885995689113712 100644 (file)
@@ -4,7 +4,7 @@
  * Wolfgang Denk, DENX Software Engineering, wd@denx.de.
  */
 
-#include <common.h>
+#include <config.h>
 #include <irq_func.h>
 
 /*
index 751bce673785d24e98a34ece5999db4796024f3c..2899dece2c1d9004aa70a8dee6db4bb0b3df217a 100644 (file)
@@ -4,7 +4,7 @@
  * Wolfgang Denk, DENX Software Engineering, wd@denx.de.
  */
 
-#include <common.h>
+#include <config.h>
 #include <irq_func.h>
 
 /*
index 98a8c6392c3a22fa6ecc97353100b699a87e48a2..e41e6b3b97b11969b4e2b503f9a8a547c7ddb7c0 100644 (file)
@@ -4,7 +4,7 @@
  * Wolfgang Denk, DENX Software Engineering, wd@denx.de.
  */
 
-#include <common.h>
+#include <config.h>
 #include <cpu_func.h>
 
 /*
index 3c7b611384675e46038f6c6bca08a46fa97f13ec..1e011f12159ebeeb78312fb6472aa6c94abc9244 100644 (file)
@@ -4,7 +4,7 @@
  * Wolfgang Denk, DENX Software Engineering, wd@denx.de.
  */
 
-#include <common.h>
+#include <config.h>
 #include <irq_func.h>
 
 /*
index 9c1c886fc4f76e0af0f74a3ad6226a07948553bc..d6b7bc656f69368b8b25059afbbe6b1a17a63dab 100644 (file)
@@ -7,7 +7,7 @@
  * This file is originally a part of the GCC testsuite.
  */
 
-#include <common.h>
+#include <config.h>
 
 #include <post.h>
 
index 01bac500383651f725643fb7370b33e80adaca64..5e79c4c69843150ad113958f081a6d6a2965953f 100644 (file)
@@ -7,7 +7,7 @@
  * This file is originally a part of the GCC testsuite.
  */
 
-#include <common.h>
+#include <config.h>
 
 #include <post.h>
 
index cc4aa0dca645901184222e4bad57e16131c81911..a65ffcedb49a77914976217d271d3cbf048eb893 100644 (file)
@@ -7,7 +7,7 @@
  * This file is originally a part of the GCC testsuite.
  */
 
-#include <common.h>
+#include <config.h>
 
 #include <post.h>
 
index 111a2013fb58d6785a4ef5a21c205cd67e8705c3..8ad256efa9f86a8c1bbd51f157c74bf221a1ac33 100644 (file)
@@ -7,7 +7,7 @@
  * This file is originally a part of the GCC testsuite.
  */
 
-#include <common.h>
+#include <config.h>
 
 #include <post.h>
 
index 63cc3eeafc3026b9b34a50da79409d7a38a8c7b4..408c391ce42b84a6164aa91633cb605c295decba 100644 (file)
@@ -7,7 +7,7 @@
  * This file is originally a part of the GCC testsuite.
  */
 
-#include <common.h>
+#include <config.h>
 
 #include <post.h>
 
index 4b4589664f1215a5c6a43c277c2abbd2b5d9d2c2..4b8537ea3db3a709747bf9af64dfd5983013c813 100644 (file)
@@ -9,7 +9,7 @@
  * This file is originally a part of the GCC testsuite.
  */
 
-#include <common.h>
+#include <config.h>
 
 #include <post.h>
 
index 59109f71e36a36e60df9a4b381fa01b175bb815c..2afe27ab355958666f629f28f24a43e60d6efad9 100644 (file)
@@ -6,7 +6,7 @@
  * Author: Sergei Poselenov <sposelenov@emcraft.com>
  */
 
-#include <common.h>
+#include <config.h>
 
 /*
  * FPU test
index 891aa95685fe8f2256c528a63024d933ce5983bb..6b86e55e409e26448af34b43d800cdfc182fcf4f 100644 (file)
@@ -9,7 +9,7 @@
  * numbers) are rounded to within 0.5 ulp.  PR other/14354.
  */
 
-#include <common.h>
+#include <config.h>
 
 #include <post.h>
 
index e4ac6bf186f9e5db6a13d7d288baab740b62905c..0a2a4222846c39485348880c966c9c32521dfb8a 100644 (file)
@@ -4,7 +4,7 @@
  * Wolfgang Denk, DENX Software Engineering, wd@denx.de.
  */
 
-#include <common.h>
+#include <config.h>
 #include <irq_func.h>
 
 /*
index 4df45790ab65d0e95e91371ac7539aff680042b8..6f991443741c72bb110ff6c1b2a06f67c9ca94f1 100644 (file)
@@ -4,7 +4,7 @@
  * Wolfgang Denk, DENX Software Engineering, wd@denx.de.
  */
 
-#include <common.h>
+#include <config.h>
 #include <irq_func.h>
 #include <log.h>
 
index da2191322570f32eb65fa6c2fc539edaa99e8e38..35a9e9b83bf07bd17f0648b2e0bfdf57b70d7963 100644 (file)
@@ -4,7 +4,7 @@
  * Wolfgang Denk, DENX Software Engineering, wd@denx.de.
  */
 
-#include <common.h>
+#include <config.h>
 #include <irq_func.h>
 
 /*
index b0b976f98af44b847c0d313e92d0f1ebb25f53b2..2995eb358ef4d17d8433a0982461ceeae42dd0fd 100644 (file)
@@ -4,7 +4,7 @@
  * Wolfgang Denk, DENX Software Engineering, wd@denx.de.
  */
 
-#include <common.h>
+#include <config.h>
 #include <irq_func.h>
 
 /*
index 22cd4568fc88f12f3ed31b42bef61ddb56aaec14..3ba3a7607ab3961c3751800dbfc981ff61a95acb 100644 (file)
@@ -4,7 +4,7 @@
  * Wolfgang Denk, DENX Software Engineering, wd@denx.de.
  */
 
-#include <common.h>
+#include <config.h>
 #include <irq_func.h>
 
 /*
index a103df75eb1ab80e8345b616e4015b792ed0b84b..bd59ac4f36b5c14feaf8aa8ee30bbe9fbd110865 100644 (file)
@@ -4,7 +4,7 @@
  * Wolfgang Denk, DENX Software Engineering, wd@denx.de.
  */
 
-#include <common.h>
+#include <config.h>
 #include <irq_func.h>
 
 /*
index 71a4b6aba431b93733cfe15b5efa535939391b2c..470ea37e77d0f7555f4b4d9b7805548ff10b1e55 100644 (file)
@@ -4,7 +4,7 @@
  * Wolfgang Denk, DENX Software Engineering, wd@denx.de.
  */
 
-#include <common.h>
+#include <config.h>
 #include <irq_func.h>
 
 /*
index 21e02bcb2664462fd01589152989c859eb524e4f..c4ea5cf9ba9d0a565eb25b273651772db7822849 100644 (file)
@@ -4,7 +4,7 @@
  * Wolfgang Denk, DENX Software Engineering, wd@denx.de.
  */
 
-#include <common.h>
+#include <config.h>
 #include <irq_func.h>
 
 /*
index 68339b05ef27b722473c67a207e0c06069620f5a..e65d7f023f9574753afb9964a70edff5e2d21a39 100644 (file)
@@ -4,7 +4,7 @@
  * Wolfgang Denk, DENX Software Engineering, wd@denx.de.
  */
 
-#include <common.h>
+#include <config.h>
 #include <irq_func.h>
 
 /*
index 885dd8cb095ec62f47ab0e337cbb7916cfa3901a..0c3a2e6674b87b245c514472725e60959fb5c11c 100644 (file)
@@ -4,7 +4,7 @@
  * Wolfgang Denk, DENX Software Engineering, wd@denx.de.
  */
 
-#include <common.h>
+#include <config.h>
 #include <irq_func.h>
 
 /*
index 62ac713ecff7fef0fb3899a34f8fe2940ae4b0c1..24ebc98d48df50a57b21f826ac04825525081282 100644 (file)
@@ -4,7 +4,7 @@
  * Wolfgang Denk, DENX Software Engineering, wd@denx.de.
  */
 
-#include <common.h>
+#include <config.h>
 #include <irq_func.h>
 
 /*
index 7985669ba6eb7a02e6cebaca1940017dc820a38f..28c70ec889775ebf4c8555d92e2f9d083484928e 100644 (file)
@@ -4,7 +4,7 @@
  * Wolfgang Denk, DENX Software Engineering, wd@denx.de.
  */
 
-#include <common.h>
+#include <config.h>
 #include <irq_func.h>
 
 /*
index 33d1a1d8d91df4d17cf5f5d3c9e8ef2680727e9e..7f6a898d63972b0cc3fa23d9f33e4490f8aac1bb 100644 (file)
@@ -4,7 +4,7 @@
  * Wolfgang Denk, DENX Software Engineering, wd@denx.de.
  */
 
-#include <common.h>
+#include <config.h>
 #include <irq_func.h>
 
 /*
index 946d9094d451fab9116fbc4d93061988fd985273..705f94ccc9190f9165e31e002fcaafdc9edf634a 100644 (file)
@@ -4,7 +4,7 @@
  * Wolfgang Denk, DENX Software Engineering, wd@denx.de.
  */
 
-#include <common.h>
+#include <config.h>
 #include <bootstage.h>
 #include <env.h>
 #include <log.h>
index 8cea428fcdc71f76b6e6e028bc7a1c32a83ddebe..208710a48ba7ceed911a43a271d35876ed7a70b5 100644 (file)
@@ -4,7 +4,8 @@
  * Wolfgang Denk, DENX Software Engineering, wd@denx.de.
  */
 
-#include <common.h>
+#include <config.h>
+#include <linux/kernel.h>
 
 #include <post.h>