[PATCH 2/2] mmc: adi_sdhci: Update headers
Peng Fan
peng.fan at nxp.com
Thu Sep 4 03:57:05 CEST 2025
> Subject: [PATCH 2/2] 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 <malysagreg at gmail.com>
> ---
>
> drivers/mmc/adi_sdhci.c | 1 +
> 1 file changed, 1 insertion(+)
>
> 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 <malloc.h>
> #include <sdhci.h>
> #include <asm/cache.h>
> +#include <linux/sizes.h>
>
Reviewed-by: Peng Fan <peng.fan at nxp.com>
More information about the U-Boot
mailing list