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/riscv_cpu.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/riscv_cpu.c')
| -rw-r--r-- | drivers/cpu/riscv_cpu.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/cpu/riscv_cpu.c b/drivers/cpu/riscv_cpu.c index 9b1950efe05..4f2958a23ce 100644 --- a/drivers/cpu/riscv_cpu.c +++ b/drivers/cpu/riscv_cpu.c @@ -5,7 +5,6 @@ */ #include <clk.h> -#include <common.h> #include <cpu.h> #include <dm.h> #include <errno.h> |
