summaryrefslogtreecommitdiff
path: root/drivers/bootcount/spi-flash.c
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2024-05-01 19:30:32 -0600
committerTom Rini <trini@konsulko.com>2024-05-07 08:00:41 -0600
commitf3a081603e7eed389d21fb9ba265ae7886986aa5 (patch)
tree5fb8c90f2f266abd143df937d176cba05e23f03b /drivers/bootcount/spi-flash.c
parent5e1378a5bfcd9678c840fd87fc666ef38fb01b11 (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/spi-flash.c')
-rw-r--r--drivers/bootcount/spi-flash.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/bootcount/spi-flash.c b/drivers/bootcount/spi-flash.c
index 03050e66613..155d0323ee7 100644
--- a/drivers/bootcount/spi-flash.c
+++ b/drivers/bootcount/spi-flash.c
@@ -4,7 +4,6 @@
* (C) Copyright 2019 GE
*/
-#include <common.h>
#include <bootcount.h>
#include <dm.h>
#include <spi_flash.h>