diff options
| author | Tom Rini <[email protected]> | 2024-05-01 19:30:38 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-05-07 08:00:41 -0600 |
| commit | 910522fc9cb45ab0331a641f84b06dfe48618894 (patch) | |
| tree | e9c4285098431d166f13a5bb3ee69b7592f5c7c8 /drivers/cpu/cpu-uclass.c | |
| parent | 6ec93ba35848d916ad8d695cbdebbbeb38c5d2bd (diff) | |
cpu: 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/cpu/cpu-uclass.c')
| -rw-r--r-- | drivers/cpu/cpu-uclass.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/cpu/cpu-uclass.c b/drivers/cpu/cpu-uclass.c index 9772578968b..16f8f2e5219 100644 --- a/drivers/cpu/cpu-uclass.c +++ b/drivers/cpu/cpu-uclass.c @@ -6,7 +6,6 @@ #define LOG_CATEGORY UCLASS_CPU -#include <common.h> #include <cpu.h> #include <dm.h> #include <errno.h> |
