2020-11-03 01:02:26

by Stephen Rothwell

[permalink] [raw]
Subject: linux-next: build failure after merge of the imx-mxs tree

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


Attachments:
(No filename) (499.00 B)
OpenPGP digital signature

2020-11-03 06:41:22

by Shawn Guo

[permalink] [raw]
Subject: Re: linux-next: build failure after merge of the imx-mxs tree

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