git: 38b36a200429 - main - imx_clk_sscg: Remove unused variable.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 09 Apr 2022 00:28:16 UTC
The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=38b36a200429610fe72e46bd37466b69b34fbdbc commit 38b36a200429610fe72e46bd37466b69b34fbdbc Author: John Baldwin <jhb@FreeBSD.org> AuthorDate: 2022-04-09 00:25:15 +0000 Commit: John Baldwin <jhb@FreeBSD.org> CommitDate: 2022-04-09 00:25:15 +0000 imx_clk_sscg: Remove unused variable. --- sys/arm64/freescale/imx/clk/imx_clk_sscg_pll.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/sys/arm64/freescale/imx/clk/imx_clk_sscg_pll.c b/sys/arm64/freescale/imx/clk/imx_clk_sscg_pll.c index 2b1532e1498e..517bb19e2d0e 100644 --- a/sys/arm64/freescale/imx/clk/imx_clk_sscg_pll.c +++ b/sys/arm64/freescale/imx/clk/imx_clk_sscg_pll.c @@ -81,9 +81,6 @@ struct imx_clk_sscg_pll_sc { static int imx_clk_sscg_pll_init(struct clknode *clk, device_t dev) { - struct imx_clk_sscg_pll_sc *sc; - - sc = clknode_get_softc(clk); if (clknode_get_parents_num(clk) > 1) { device_printf(clknode_get_device(clk), "error: SSCG PLL does not support more than one parent yet\n");