diff options
| author | Tom Rini <[email protected]> | 2025-05-21 16:51:18 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-06-02 17:26:15 -0600 |
| commit | 43d76dc7df600b10cbf70753750bf87de098b210 (patch) | |
| tree | ed41e9f6f9a3e4e76193dafdaf498fb9b11165db /common | |
| parent | 40d5f553316eba90a893a58c12c098da74dca335 (diff) | |
include/fat.h: Audit include list
This file does not need <asm/cache.h> so remove it. However the file
common/spl/spl_fat.c does need it, so add it there.
Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'common')
| -rw-r--r-- | common/spl/spl_fat.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/spl/spl_fat.c b/common/spl/spl_fat.c index f426a068ff9..8b7cafa7291 100644 --- a/common/spl/spl_fat.c +++ b/common/spl/spl_fat.c @@ -16,6 +16,7 @@ #include <errno.h> #include <image.h> #include <linux/libfdt.h> +#include <asm/cache.h> static int fat_registered; |
