summaryrefslogtreecommitdiff
path: root/board/dhelectronics
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2025-05-21 16:51:21 -0600
committerTom Rini <[email protected]>2025-06-02 17:26:16 -0600
commit2266595bf893edb07331ca8464738e0d4c82c129 (patch)
tree03788eb0bdcac71e0051a7a39d48629b1a63d92e /board/dhelectronics
parent2cf46de9b6b8463033ba4f9243643d004dc9ea5a (diff)
include/mtd.h: Cleanup usage
There are only a few things found in <mtd.h> today. Go through and audit the C files which include <mtd.h> and remove it when not required. Then, add it to the files which had either missed it or had an indirect inclusion of it. Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'board/dhelectronics')
-rw-r--r--board/dhelectronics/dh_stm32mp1/board.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/board/dhelectronics/dh_stm32mp1/board.c b/board/dhelectronics/dh_stm32mp1/board.c
index d30171f1fbe..f7347bbb826 100644
--- a/board/dhelectronics/dh_stm32mp1/board.c
+++ b/board/dhelectronics/dh_stm32mp1/board.c
@@ -27,7 +27,6 @@
#include <led.h>
#include <memalign.h>
#include <misc.h>
-#include <mtd.h>
#include <mtd_node.h>
#include <netdev.h>
#include <phy.h>