Re: linux-next: build failure after merge of the imx-mxs tree

From: Shawn Guo
Date: Tue Nov 03 2020 - 01:39:31 EST


On Tue, Nov 03, 2020 at 12:00:08PM +1100, Stephen Rothwell wrote:
> 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.

Sorry for the breakage, Stephen. I dropped the commit from my branch.

Shawn