diff options
author | Tom Rini | 2024-05-01 19:30:37 -0600 |
---|---|---|
committer | Tom Rini | 2024-05-07 08:00:41 -0600 |
commit | 6ec93ba35848d916ad8d695cbdebbbeb38c5d2bd (patch) | |
tree | f07a3690a6747983e6c9b3fa2ffa7a264dfea687 /drivers/core/simple-bus.c | |
parent | 92bb2cd42aee1d1bd3d7ff236e5874f3450d1a35 (diff) |
core: 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/core/simple-bus.c')
-rw-r--r-- | drivers/core/simple-bus.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/core/simple-bus.c b/drivers/core/simple-bus.c index 6022e7514e0..f402bb5d674 100644 --- a/drivers/core/simple-bus.c +++ b/drivers/core/simple-bus.c @@ -5,7 +5,6 @@ #define LOG_CATEGORY UCLASS_SIMPLE_BUS -#include <common.h> #include <asm/global_data.h> #include <dm.h> #include <dm/simple_bus.h> |