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>
This commit is contained in:
Tom Rini
2024-05-07 08:00:41 -06:00
parent 92bb2cd42a
commit 6ec93ba358
20 changed files with 1 additions and 20 deletions
-1
View File
@@ -6,7 +6,6 @@
#define LOG_CATEGORY LOGC_DT
#include <common.h>
#include <dm.h>
#include <fdtdec.h>
#include <fdt_support.h>