summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorPatrice Chotard <[email protected]>2017-07-18 09:29:03 +0200
committerTom Rini <[email protected]>2017-07-26 11:26:53 -0400
commit704e954ceecbb02a6173ab9fe51b75c03c620ba2 (patch)
tree6c690ccbf6517d823755eb6e07274b01d9a1cc48 /drivers
parentfa87abb6b67d21860b95f4c8a5d1c14008f7be46 (diff)
clk: stm32f7: add static for configure_clocks()
Also remove its declaration from stm32.h which is no more needed. Signed-off-by: Patrice Chotard <[email protected]> Acked-by: Vikas MANOCHA <[email protected]>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/clk/clk_stm32f7.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/clk/clk_stm32f7.c b/drivers/clk/clk_stm32f7.c
index fcdc3c052bd..aff8ad3bc72 100644
--- a/drivers/clk/clk_stm32f7.c
+++ b/drivers/clk/clk_stm32f7.c
@@ -104,7 +104,7 @@ struct pll_psc sys_pll_psc = {
#endif
#endif
-int configure_clocks(void)
+static int configure_clocks(void)
{
/* Reset RCC configuration */
setbits_le32(&STM32_RCC->cr, RCC_CR_HSION);