From: Greg Malysa Date: Wed, 3 Sep 2025 23:42:02 +0000 (-0400) Subject: mmc: adi_sdhci: Update headers X-Git-Tag: v2026.01-rc1~72^2~33^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2941e4c0476c69ef10e0900a8d9cac40a6dcc831;p=pandora-u-boot.git mmc: adi_sdhci: Update headers As part of the header dependency cleanup between 2025.07 and 2025.10, an implicit route to obtain SZ_128M from linux/sizes.h was removed. This adds an explicit reference to linux/sizes.h to fix build failures for this driver. Signed-off-by: Greg Malysa Reviewed-by: Peng Fan --- diff --git a/drivers/mmc/adi_sdhci.c b/drivers/mmc/adi_sdhci.c index 65a22cefb71..f58897b5218 100644 --- a/drivers/mmc/adi_sdhci.c +++ b/drivers/mmc/adi_sdhci.c @@ -15,6 +15,7 @@ #include #include #include +#include /* 400KHz is max freq for card ID etc. Use that as min */ #define EMMC_MIN_FREQ 400000