diff options
| author | Tom Rini <[email protected]> | 2025-05-21 16:51:21 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-06-02 17:26:16 -0600 |
| commit | 2266595bf893edb07331ca8464738e0d4c82c129 (patch) | |
| tree | 03788eb0bdcac71e0051a7a39d48629b1a63d92e /drivers/fwu-mdata | |
| parent | 2cf46de9b6b8463033ba4f9243643d004dc9ea5a (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 'drivers/fwu-mdata')
| -rw-r--r-- | drivers/fwu-mdata/raw_mtd.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/fwu-mdata/raw_mtd.c b/drivers/fwu-mdata/raw_mtd.c index 78a709f766c..41c153038ab 100644 --- a/drivers/fwu-mdata/raw_mtd.c +++ b/drivers/fwu-mdata/raw_mtd.c @@ -8,6 +8,7 @@ #include <fwu.h> #include <fwu_mdata.h> #include <memalign.h> +#include <mtd.h> #include <linux/errno.h> #include <linux/types.h> |
