]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
arm: mediatek: mt8183: remove unused function
authorDavid Lechner <dlechner@baylibre.com>
Mon, 9 Feb 2026 16:39:28 +0000 (10:39 -0600)
committerTom Rini <trini@konsulko.com>
Wed, 18 Feb 2026 17:57:14 +0000 (11:57 -0600)
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>
arch/arm/mach-mediatek/mt8183/init.c

index 390726227886230dcaa18e32d03666e448847085..b445f3ea1e35ff1a6eac258f62be5332b47b3b64 100644 (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();