From: Tom Rini Date: Wed, 21 May 2025 22:51:18 +0000 (-0600) Subject: include/fat.h: Audit include list X-Git-Tag: v2025.10-rc1~118^2~52^2~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=43d76dc7df600b10cbf70753750bf87de098b210;p=thirdparty%2Fu-boot.git include/fat.h: Audit include list This file does not need so remove it. However the file common/spl/spl_fat.c does need it, so add it there. Signed-off-by: Tom Rini --- 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 #include #include +#include static int fat_registered; diff --git a/include/fat.h b/include/fat.h index ca97880de12..bdf430f7067 100644 --- a/include/fat.h +++ b/include/fat.h @@ -11,7 +11,6 @@ #include #include -#include struct disk_partition;