From: Benoît Thébaudeau Date: Tue, 14 Aug 2012 08:06:23 +0000 (+0000) Subject: mx5: Undeclare imx_decode_pll() X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=4311c1ab6a7e27c424210a843212af1e7f738c17;p=project%2Fbcm63xx%2Fu-boot.git mx5: Undeclare imx_decode_pll() The imx_decode_pll() function does not exist for mx5, so remove its declaration. Signed-off-by: Benoît Thébaudeau Cc: Stefano Babic --- diff --git a/arch/arm/include/asm/arch-mx5/clock.h b/arch/arm/include/asm/arch-mx5/clock.h index 36ea03082f..8d8fa18fc5 100644 --- a/arch/arm/include/asm/arch-mx5/clock.h +++ b/arch/arm/include/asm/arch-mx5/clock.h @@ -38,8 +38,6 @@ enum mxc_clock { MXC_PERIPH_CLK, }; -unsigned int imx_decode_pll(unsigned int pll, unsigned int f_ref); - u32 imx_get_uartclk(void); u32 imx_get_fecclk(void); unsigned int mxc_get_clock(enum mxc_clock clk);