diff options
author | Tom Rini <trini@konsulko.com> | 2024-05-01 19:30:32 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-05-07 08:00:41 -0600 |
commit | f3a081603e7eed389d21fb9ba265ae7886986aa5 (patch) | |
tree | 5fb8c90f2f266abd143df937d176cba05e23f03b /drivers/bootcount/bootcount-uclass.c | |
parent | 5e1378a5bfcd9678c840fd87fc666ef38fb01b11 (diff) |
bootcount: 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/bootcount/bootcount-uclass.c')
-rw-r--r-- | drivers/bootcount/bootcount-uclass.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/bootcount/bootcount-uclass.c b/drivers/bootcount/bootcount-uclass.c index 5a369c82f1c..0178c1818e5 100644 --- a/drivers/bootcount/bootcount-uclass.c +++ b/drivers/bootcount/bootcount-uclass.c @@ -5,7 +5,6 @@ #define LOG_CATEGORY UCLASS_BOOTCOUNT -#include <common.h> #include <dm.h> #include <errno.h> #include <bootcount.h> |