On Mon, 2026-02-09 at 10:39 -0600, David Lechner wrote: > Remove the mtk_pll_early_init() function as it is not used anywhere. > > Signed-off-by: David Lechner <[email protected]> > --- > arch/arm/mach-mediatek/mt8183/init.c | 5 ----- > 1 file changed, 5 deletions(-) > > diff --git a/arch/arm/mach-mediatek/mt8183/init.c b/arch/arm/mach- > mediatek/mt8183/init.c > index 39072622788..b445f3ea1e3 100644 > --- a/arch/arm/mach-mediatek/mt8183/init.c > +++ b/arch/arm/mach-mediatek/mt8183/init.c > @@ -37,11 +37,6 @@ int dram_init_banksize(void) > return 0; > } > > -int mtk_pll_early_init(void) > -{ > - return 0; > -} > - > void reset_cpu(void) > { > psci_system_reset(); >
Reviewed-by: Macpaul Lin <[email protected]> Thanks! Macpaul Lin

