Skip to content

Commit 9507b1d

Browse files
gmalysapamolloy
authored andcommitted
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 <[email protected]> Reviewed-by: Peng Fan <[email protected]> (cherry picked from commit 2941e4c)
1 parent 3545d0d commit 9507b1d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/mmc/adi_sdhci.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
#include <malloc.h>
1616
#include <sdhci.h>
1717
#include <asm/cache.h>
18+
#include <linux/sizes.h>
1819

1920
/* 400KHz is max freq for card ID etc. Use that as min */
2021
#define EMMC_MIN_FREQ 400000

0 commit comments

Comments
 (0)