commit | 4db37e82302969e0e4ecaf642af3dd9019181cdf | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Wed May 21 16:51:18 2025 -0600 |
committer | Tom Rini <trini@konsulko.com> | Mon Jun 02 17:26:15 2025 -0600 |
tree | ed41e9f6f9a3e4e76193dafdaf498fb9b11165db | |
parent | 84c9297bd00f9dbb55d078716dbde75eef1c6962 [diff] [blame] |
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 <trini@konsulko.com>
diff --git a/common/spl/spl_fat.c b/common/spl/spl_fat.c index f426a06..8b7cafa 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;