summaryrefslogtreecommitdiff
path: root/drivers/soc/soc-uclass.c
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2024-05-01 19:31:20 -0600
committerTom Rini <[email protected]>2024-05-07 08:00:56 -0600
commit294ebef07df1ceb07b3759286cd91ef4dfbaaca6 (patch)
tree40b41eff55bf478911b5495220a3f906af733bb8 /drivers/soc/soc-uclass.c
parentd5cb488c5240d5ef7ee0df1aa02be0ca378f4298 (diff)
soc: Remove <common.h> and add needed includes
Remove <common.h> from this driver directory and when needed add missing include files directly. Reviewed-by: Bryan Brattlof <[email protected]> Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'drivers/soc/soc-uclass.c')
-rw-r--r--drivers/soc/soc-uclass.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/soc/soc-uclass.c b/drivers/soc/soc-uclass.c
index 8b3044fed8d..744cdda2e18 100644
--- a/drivers/soc/soc-uclass.c
+++ b/drivers/soc/soc-uclass.c
@@ -6,7 +6,6 @@
#define LOG_CATEGORY UCLASS_SOC
-#include <common.h>
#include <soc.h>
#include <dm.h>
#include <errno.h>