Hi all, After merging the imx-mxs tree, today's linux-next build (arm multi_v7_defconfig) failed like this: arch/arm/mach-imx/mmdc.c: In function 'imx_mmdc_remove': arch/arm/mach-imx/mmdc.c:465:24: error: 'mmdc_ipg_clk' undeclared (first use in this function) 465 | clk_disable_unprepare(mmdc_ipg_clk); | ^~~~~~~~~~~~ Caused by commit 52172fdbc3a3 ("ARM: imx: add missing clk_disable_unprepare() when remove imx_mmdc") I have reverted that commit for today. -- Cheers, Stephen Rothwell