summaryrefslogtreecommitdiff
path: root/drivers/clk
diff options
context:
space:
mode:
authorPatrice Chotard <patrice.chotard@st.com>2017-07-18 07:29:03 (GMT)
committerTom Rini <trini@konsulko.com>2017-07-26 15:26:53 (GMT)
commit704e954ceecbb02a6173ab9fe51b75c03c620ba2 (patch)
tree6c690ccbf6517d823755eb6e07274b01d9a1cc48 /drivers/clk
parentfa87abb6b67d21860b95f4c8a5d1c14008f7be46 (diff)
downloadu-boot-fsl-qoriq-704e954ceecbb02a6173ab9fe51b75c03c620ba2.tar.xz
clk: stm32f7: add static for configure_clocks()
Also remove its declaration from stm32.h which is no more needed. Signed-off-by: Patrice Chotard <patrice.chotard@st.com> Acked-by: Vikas MANOCHA <vikas.manocha@st.com>
Diffstat (limited to 'drivers/clk')
-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 fcdc3c0..aff8ad3 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);