diff options
author | Tom Rini <trini@konsulko.com> | 2024-05-01 19:30:38 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-05-07 08:00:41 -0600 |
commit | 910522fc9cb45ab0331a641f84b06dfe48618894 (patch) | |
tree | e9c4285098431d166f13a5bb3ee69b7592f5c7c8 /drivers/cpu/cpu_sandbox.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 <trini@konsulko.com>
Diffstat (limited to 'drivers/cpu/cpu_sandbox.c')
-rw-r--r-- | drivers/cpu/cpu_sandbox.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/cpu/cpu_sandbox.c b/drivers/cpu/cpu_sandbox.c index 2e871fe313c..e65e1bdc51b 100644 --- a/drivers/cpu/cpu_sandbox.c +++ b/drivers/cpu/cpu_sandbox.c @@ -4,7 +4,6 @@ * Mario Six, Guntermann & Drunck GmbH, mario.six@gdsys.cc */ -#include <common.h> #include <dm.h> #include <cpu.h> |