diff options
| author | Tom Rini <[email protected]> | 2024-05-01 19:31:20 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-05-07 08:00:56 -0600 |
| commit | 294ebef07df1ceb07b3759286cd91ef4dfbaaca6 (patch) | |
| tree | 40b41eff55bf478911b5495220a3f906af733bb8 /drivers/soc/soc-uclass.c | |
| parent | d5cb488c5240d5ef7ee0df1aa02be0ca378f4298 (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.c | 1 |
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> |
