diff options
| author | David Lechner <[email protected]> | 2026-02-09 10:39:28 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2026-02-18 11:57:14 -0600 |
| commit | 35d5cd54153d4ca06547712c33810e8095967745 (patch) | |
| tree | 8d97a3961331338591ebaa54a25186a0928ddefa | |
| parent | d8c550fb7a348ce2496adc22730157416938baab (diff) | |
arm: mediatek: mt8183: remove unused function
Remove the mtk_pll_early_init() function as it is not used anywhere.
Signed-off-by: David Lechner <[email protected]>
Reviewed-by: Macpaul Lin <[email protected]>
| -rw-r--r-- | arch/arm/mach-mediatek/mt8183/init.c | 5 |
1 files changed, 0 insertions, 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(); |
