1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-10-30 01:53:48 +01:00

reset: 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-01 19:31:14 -06:00
parent f07668b30a
commit 174f184a84
29 changed files with 0 additions and 29 deletions

View File

@@ -6,7 +6,6 @@
#define LOG_CATEGORY UCLASS_RESET
#include <common.h>
#include <dm.h>
#include <errno.h>
#include <log.h>