thermal: Remove <common.h> and add needed includes

Remove <common.h> from this driver directory and when needed
add missing include files directly.

Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
Tom Rini
2024-05-07 08:00:56 -06:00
parent 33a67c5eee
commit 66fa353165
5 changed files with 0 additions and 5 deletions
-1
View File
@@ -4,7 +4,6 @@
*/
#include <config.h>
#include <common.h>
#include <dm.h>
#include <errno.h>
#include <log.h>
-1
View File
@@ -6,7 +6,6 @@
*/
#include <config.h>
#include <common.h>
#include <div64.h>
#include <fuse.h>
#include <log.h>
-1
View 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>
-1
View File
@@ -5,7 +5,6 @@
#define LOG_CATEGORY UCLASS_THERMAL
#include <common.h>
#include <dm.h>
#include <thermal.h>
#include <errno.h>
-1
View File
@@ -6,7 +6,6 @@
* Sandbox driver for the thermal uclass.
*/
#include <common.h>
#include <dm.h>
#include <thermal.h>