Hi all, After merging the mmc tree, today's linux-next build (x86_64 allmodconfig) failed like this: drivers/mmc/host/sdhci-acpi.c: In function 'amd_select_drive_strength': drivers/mmc/host/sdhci-acpi.c:562:39: error: 'SDHCI_PRESET_DRV_SHIFT' undeclared (first use in this function); did you mean 'SDHCI_PRESET_DRV_MASK'? 562 | (preset & SDHCI_PRESET_DRV_MASK) >> SDHCI_PRESET_DRV_SHIFT; | ^~~~~~~~~~~~~~~~~~~~~~ | SDHCI_PRESET_DRV_MASK Caused by commit e9b80bb74fdd ("mmc: sdhci-acpi: AMDI0040: Allow changing HS200/HS400 driver strength") I have used the mmc tree from next-20201002 for today. -- Cheers, Stephen Rothwell