summaryrefslogtreecommitdiff
path: root/include
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 /include
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 'include')
-rw-r--r--include/fwu.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/fwu.h b/include/fwu.h
index 6441de370c9..77e60167fc7 100644
--- a/include/fwu.h
+++ b/include/fwu.h
@@ -9,7 +9,6 @@
#include <blk.h>
#include <efi.h>
#include <fwu_mdata.h>
-#include <mtd.h>
#include <u-boot/uuid.h>
#include <linux/types.h>