]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
mmc: adi_sdhci: Update headers
authorGreg Malysa <malysagreg@gmail.com>
Wed, 3 Sep 2025 23:42:02 +0000 (19:42 -0400)
committerTom Rini <trini@konsulko.com>
Tue, 16 Sep 2025 19:44:07 +0000 (13:44 -0600)
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@gmail.com>
Reviewed-by: Peng Fan <peng.fan@nxp.com>
drivers/mmc/adi_sdhci.c

index 65a22cefb715ac343804b06d7783972f8e6d89ce..f58897b52181a80355c7e789a45119f58cd56aab 100644 (file)
@@ -15,6 +15,7 @@
 #include <malloc.h>
 #include <sdhci.h>
 #include <asm/cache.h>
+#include <linux/sizes.h>
 
 /* 400KHz is max freq for card ID etc. Use that as min */
 #define EMMC_MIN_FREQ  400000