]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
core: Remove <common.h> and add needed includes
authorTom Rini <trini@konsulko.com>
Thu, 2 May 2024 01:30:37 +0000 (19:30 -0600)
committerTom Rini <trini@konsulko.com>
Tue, 7 May 2024 14:00:41 +0000 (08:00 -0600)
Remove <common.h> from this driver directory and when needed
add missing include files directly.

Signed-off-by: Tom Rini <trini@konsulko.com>
20 files changed:
drivers/core/acpi.c
drivers/core/device-remove.c
drivers/core/device.c
drivers/core/devres.c
drivers/core/dump.c
drivers/core/fdtaddr.c
drivers/core/lists.c
drivers/core/of_access.c
drivers/core/of_addr.c
drivers/core/of_extra.c
drivers/core/ofnode.c
drivers/core/read.c
drivers/core/read_extra.c
drivers/core/regmap.c
drivers/core/root.c
drivers/core/simple-bus.c
drivers/core/simple-pm-bus.c
drivers/core/syscon-uclass.c
drivers/core/uclass.c
drivers/core/util.c

index 0ebd288ab4209788dd0f93271e3dbcc18915dfef..9f7842289218cce3a0638c523e566012bae60379 100644 (file)
@@ -8,7 +8,6 @@
 
 #define LOG_CATEOGRY   LOGC_ACPI
 
-#include <common.h>
 #include <display_options.h>
 #include <dm.h>
 #include <log.h>
index a86b9325dd8d68047c52c54446ef2be2ef8290d7..437080ed778099bfd4eb71a2ff58ad8206b2192d 100644 (file)
@@ -10,7 +10,6 @@
 
 #define LOG_CATEGORY   LOGC_DM
 
-#include <common.h>
 #include <errno.h>
 #include <log.h>
 #include <malloc.h>
index bf7f261cbce02f36be0a7b39027beb478c5cc633..18e2bd02dd56acb98f65901bfb2a8b3183b87a05 100644 (file)
@@ -8,8 +8,8 @@
  * Pavel Herrmann <morpheus.ibis@gmail.com>
  */
 
-#include <common.h>
 #include <cpu_func.h>
+#include <errno.h>
 #include <event.h>
 #include <log.h>
 #include <asm/global_data.h>
index 78914bdf7f210c15e7eb75453e0be95e92812505..8df08b91021c3758a9d37216f426a21e9592c9a9 100644 (file)
@@ -9,7 +9,6 @@
 
 #define LOG_CATEGORY LOGC_DEVRES
 
-#include <common.h>
 #include <log.h>
 #include <malloc.h>
 #include <linux/compat.h>
index 841124830ee78928bd9793cacf0f1a9d4530e6ef..5ec30d5b3c1a49ef92754a907f60800d0040c4e6 100644 (file)
@@ -3,7 +3,6 @@
  * Copyright (c) 2015 Google, Inc
  */
 
-#include <common.h>
 #include <dm.h>
 #include <malloc.h>
 #include <mapmem.h>
index 5f27d25114851192a7fcc90ce3be9da0a500f6b3..6be8ea0c0a9c9af0373b9b10d667ec7c8b346bda 100644 (file)
@@ -8,7 +8,6 @@
  * Pavel Herrmann <morpheus.ibis@gmail.com>
  */
 
-#include <common.h>
 #include <dm.h>
 #include <fdt_support.h>
 #include <log.h>
index 8034a8f48d99bca46e4df87a15215aa371b6297d..2839a9b737180295c7436711a4441203d9fbcffe 100644 (file)
@@ -8,7 +8,6 @@
 
 #define LOG_CATEGORY LOGC_DM
 
-#include <common.h>
 #include <errno.h>
 #include <log.h>
 #include <dm/device.h>
index c8db743f529841667dd38b1e1da558675f7411c7..41f2e09b9c276f617274d66dca4ae3d7b74a2bc1 100644 (file)
@@ -19,7 +19,6 @@
  * Linux version.
  */
 
-#include <common.h>
 #include <log.h>
 #include <malloc.h>
 #include <asm/global_data.h>
index b3b3d7ccdd56adb0b9bc6a2ce0ef36d15e500f5e..d7913ab3d2fd582102c54663b8f4be541acadaff 100644 (file)
@@ -6,7 +6,6 @@
  * Copyright (c) 2017 Google, Inc
  */
 
-#include <common.h>
 #include <log.h>
 #include <linux/bug.h>
 #include <linux/libfdt.h>
index 59ce9174ad076bff7795c108c06620b026e6688f..a3ebe9e9c2455895b67bc5f8db995d2f15dd4738 100644 (file)
@@ -4,7 +4,6 @@
  * Written by Simon Glass <sjg@chromium.org>
  */
 
-#include <common.h>
 #include <log.h>
 #include <linux/libfdt.h>
 #include <dm/of_access.h>
index 21a233f90f0b45c00e7cc996e52534d68a4aae03..9a5eaaa4d1342a416990395a9289cd5c4a4f29e3 100644 (file)
@@ -6,7 +6,6 @@
 
 #define LOG_CATEGORY   LOGC_DT
 
-#include <common.h>
 #include <dm.h>
 #include <fdtdec.h>
 #include <fdt_support.h>
index 1a4a95cddea34a9f65b08e5e916a6b11516e944f..55c19f335ae12b8d9f83d1cb2a10e2ffc13cf935 100644 (file)
@@ -4,7 +4,6 @@
  * Written by Simon Glass <sjg@chromium.org>
  */
 
-#include <common.h>
 #include <dm.h>
 #include <dm/of_access.h>
 #include <mapmem.h>
index 5138348827831f370cd23c45aaa388ec6fc9c760..5a0153a46610e5789435fff0ab4f04461968abe8 100644 (file)
@@ -4,7 +4,6 @@
  * Written by Simon Glass <sjg@chromium.org>
  */
 
-#include <common.h>
 #include <dm.h>
 #include <dm/of_addr.h>
 #include <dm/read.h>
index dd32328098c42d61d5be496bba40cf1c6282e5a4..7ff7834bdf08cef904b0cc7449b540ba2da888bb 100644 (file)
@@ -6,7 +6,6 @@
 
 #define LOG_CATEGORY   LOGC_DM
 
-#include <common.h>
 #include <dm.h>
 #include <errno.h>
 #include <log.h>
index d4ae652bcfb1d5b625d845974b0234bb015063da..4bfd08f4813075b422770b7f8531b069f3418978 100644 (file)
@@ -8,7 +8,6 @@
 
 #define LOG_CATEGORY UCLASS_ROOT
 
-#include <common.h>
 #include <errno.h>
 #include <fdtdec.h>
 #include <log.h>
index 6022e7514e0e99ebda831a5724a2eb877a7ff9f5..f402bb5d6748f3c9b492da78a0538d4e22c334fb 100644 (file)
@@ -5,7 +5,6 @@
 
 #define LOG_CATEGORY UCLASS_SIMPLE_BUS
 
-#include <common.h>
 #include <asm/global_data.h>
 #include <dm.h>
 #include <dm/simple_bus.h>
index 1bb0d86e289dc1bea90ffcb93c051afc7fa1ddc8..f38372ec60bcad4d8c630001d164630f2f99dc32 100644 (file)
@@ -3,7 +3,6 @@
  * Copyright (C) 2020 Sean Anderson <seanga2@gmail.com>
  */
 
-#include <common.h>
 #include <clk.h>
 #include <dm.h>
 
index a47b8bd3c0175b3688f315f59426825083ceaf55..f0e69d7216b3f0f0eeaf1726d1b37b1577335473 100644 (file)
@@ -6,7 +6,6 @@
 
 #define LOG_CATEGORY UCLASS_SYSCON
 
-#include <common.h>
 #include <log.h>
 #include <syscon.h>
 #include <dm.h>
index e46d5717aa62206d18734573ffe31cc8ede399bf..762536eebc6ee2f89f1e3ff36b1032d107481d53 100644 (file)
@@ -8,7 +8,6 @@
 
 #define LOG_CATEGORY LOGC_DM
 
-#include <common.h>
 #include <dm.h>
 #include <errno.h>
 #include <log.h>
index 81497df85ffd191c54026ead92cb907f24a4bfc9..108a3bc4dac14c41ae22466fe195595ab2b8babb 100644 (file)
@@ -3,7 +3,6 @@
  * Copyright (c) 2013 Google, Inc
  */
 
-#include <common.h>
 #include <dm/device.h>
 #include <dm/ofnode.h>
 #include <dm/read.h>