commit | 4fafb722d3f64fab5c558608548492feb77db7dd | [log] [tgz] |
---|---|---|
author | Patrice Chotard <patrice.chotard@st.com> | Tue May 30 15:06:31 2017 +0200 |
committer | Tom Rini <trini@konsulko.com> | Mon Jun 05 14:13:13 2017 -0400 |
tree | d127baa90009c248c6a48844c07dd4939a01613f | |
parent | 11bf53bcf326cb7b5ee13454bed419b272cb545f [diff] |
drivers: ram: stm32: fix compilation issue If CONFIG_CLK flag is not set, compilation raises the following error message: drivers/ram/stm32_sdram.c: In function 'stm32_fmc_probe': drivers/ram/stm32_sdram.c:154:2: error: 'ret' undeclared (first use in this function) ret = stm32_sdram_init(dev); Signed-off-by: Patrice Chotard <patrice.chotard@st.com> cc: Vikas Manocha <vikas.manocha@st.com>