diff options
| author | Tom Rini <[email protected]> | 2025-05-21 16:51:20 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-06-02 17:26:16 -0600 |
| commit | 2cf46de9b6b8463033ba4f9243643d004dc9ea5a (patch) | |
| tree | e134791b923940078641d3bbb0fb713b05649dcc /board/emulation | |
| parent | d81b57a3cc881569d18014c0a8806e163066fd77 (diff) | |
include/mmc.h: Audit include list
This file does not need <linux/sizes.h> nor <linux/compiler.h> so remove
them. This exposes however that a number of other files had been relying
on this implicit include for <linux/sizes.h> so add that where needed.
Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'board/emulation')
| -rw-r--r-- | board/emulation/common/qemu_dfu.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/emulation/common/qemu_dfu.c b/board/emulation/common/qemu_dfu.c index 393fcaeb742..8a59f5ade13 100644 --- a/board/emulation/common/qemu_dfu.c +++ b/board/emulation/common/qemu_dfu.c @@ -7,6 +7,7 @@ #include <env.h> #include <memalign.h> #include <mtd.h> +#include <linux/sizes.h> #define DFU_ALT_BUF_LEN SZ_1K |
