diff options
| author | Greg Malysa <[email protected]> | 2025-09-03 19:42:02 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-09-16 13:44:07 -0600 |
| commit | 2941e4c0476c69ef10e0900a8d9cac40a6dcc831 (patch) | |
| tree | 600c59aa519381ccc853cdb1ee4c342dacf98b0b | |
| parent | 56aa947c2ad6cbdf4e7a4281e83689ac3fbc8498 (diff) | |
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]>
| -rw-r--r-- | drivers/mmc/adi_sdhci.c | 1 |
1 files changed, 1 insertions, 0 deletions
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> /* 400KHz is max freq for card ID etc. Use that as min */ #define EMMC_MIN_FREQ 400000 |
