arm: mediatek: mt8183: remove unused function

Remove the mtk_pll_early_init() function as it is not used anywhere.

Signed-off-by: David Lechner <dlechner@baylibre.com>
Reviewed-by: Macpaul Lin <macpaul.lin@mediatek.com>
This commit is contained in:
David Lechner 2026-02-09 10:39:28 -06:00 committed by Tom Rini
parent d8c550fb7a
commit 35d5cd5415

View File

@ -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();