]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
thermal: Remove <common.h> and add needed includes
authorTom Rini <trini@konsulko.com>
Thu, 2 May 2024 01:31:26 +0000 (19:31 -0600)
committerTom Rini <trini@konsulko.com>
Tue, 7 May 2024 14:00:56 +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>
drivers/thermal/imx_scu_thermal.c
drivers/thermal/imx_thermal.c
drivers/thermal/imx_tmu.c
drivers/thermal/thermal-uclass.c
drivers/thermal/thermal_sandbox.c

index 3ec131cbc6e10993206928b2dd8953cb4d34cf2f..fc2b0e227b2934584b4c8a6cef4ff5d178c924ed 100644 (file)
@@ -4,7 +4,6 @@
  */
 
 #include <config.h>
-#include <common.h>
 #include <dm.h>
 #include <errno.h>
 #include <log.h>
index 2f6343e7a18009be173dcae7491db6d672929cc4..ea1fcc3dcb295e5fcf66d1a2ed0c2d7d4ce09a0d 100644 (file)
@@ -6,7 +6,6 @@
  */
 
 #include <config.h>
-#include <common.h>
 #include <div64.h>
 #include <fuse.h>
 #include <log.h>
index ea6c8329c0a6af384ad1447c779956d61140e831..70d002aee25ba94271d687c45bd1cc8833ebc31d 100644 (file)
@@ -5,7 +5,6 @@
  */
 
 #include <config.h>
-#include <common.h>
 #include <asm/global_data.h>
 #include <asm/io.h>
 #include <asm/arch/clock.h>
index 700df8af2549f20febbe6f367bb7b0eca57bbdf8..f0fe912e31314c6e7a574a68cd2554c8c4a5ed53 100644 (file)
@@ -5,7 +5,6 @@
 
 #define LOG_CATEGORY UCLASS_THERMAL
 
-#include <common.h>
 #include <dm.h>
 #include <thermal.h>
 #include <errno.h>
index 7dc0d108b8ca6df35d363d1d3c153405bcf1e987..9af0d0247cbdb6b4efb4f6d1336646cad726615c 100644 (file)
@@ -6,7 +6,6 @@
  * Sandbox driver for the thermal uclass.
  */
 
-#include <common.h>
 #include <dm.h>
 #include <thermal.h>