forked from OERV-BSP/u-boot
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@gmail.com> Reviewed-by: Peng Fan <peng.fan@nxp.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user