summaryrefslogtreecommitdiff
path: root/drivers/sysinfo/sysinfo-uclass.c
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2024-05-01 19:31:24 -0600
committerTom Rini <[email protected]>2024-05-07 08:00:56 -0600
commitabe1bba2a00233e26dce41b98a992e5e71d890a0 (patch)
tree0b4df41e7aebb5e7024f0cc08979946869213116 /drivers/sysinfo/sysinfo-uclass.c
parent9ddfd0059ae674f6a9ee7fcac99d702875f97040 (diff)
sysinfo: 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 <[email protected]>
Diffstat (limited to 'drivers/sysinfo/sysinfo-uclass.c')
-rw-r--r--drivers/sysinfo/sysinfo-uclass.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/sysinfo/sysinfo-uclass.c b/drivers/sysinfo/sysinfo-uclass.c
index 10194d0e14c..d77d1e3ee44 100644
--- a/drivers/sysinfo/sysinfo-uclass.c
+++ b/drivers/sysinfo/sysinfo-uclass.c
@@ -6,7 +6,6 @@
#define LOG_CATEGORY UCLASS_SYSINFO
-#include <common.h>
#include <dm.h>
#include <sysinfo.h>