Remove erroneous esdhc clock disable. Signed-off-by: Angelo Dureghello <angelo.dureghello@xxxxxxxxxxx> --- arch/m68k/coldfire/m5441x.c | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/m68k/coldfire/m5441x.c b/arch/m68k/coldfire/m5441x.c index 02922ced19cb..b13fb3d8a14e 100644 --- a/arch/m68k/coldfire/m5441x.c +++ b/arch/m68k/coldfire/m5441x.c @@ -181,7 +181,6 @@ static struct clk * const disable_clks[] __initconst = { &__clk_0_47, /* ssi.0 */ &__clk_0_49, /* rng */ &__clk_0_50, /* ssi.1 */ - &__clk_0_51, /* eSDHC */ &__clk_0_53, /* enet-fec */ &__clk_0_54, /* enet-fec */ &__clk_0_55, /* switch.0 */ -- 2.34.1