commit | c88c6a9e03e7845bb8ec87133ac3b84d2bd154cb | [log] [tgz] |
---|---|---|
author | Patrice Chotard <patrice.chotard@st.com> | Wed Nov 15 13:14:49 2017 +0100 |
committer | Tom Rini <trini@konsulko.com> | Wed Nov 29 22:30:50 2017 -0500 |
tree | 8d7102cdcf2106a0a60b6b26f2f698678dc1070b | |
parent | f264e2357231066c2e626c737b88416f556dcd74 [diff] |
clk: stm32fx: migrate define from rcc.h to driver STM32F4 doesn't get rcc.h file, to avoid compilation issue, migrate RCC related defines from rcc.h to driver file and remove rcc.h file. Signed-off-by: Patrice Chotard <patrice.chotard@st.com> Reviewed-by: Vikas Manocha <vikas.manocha@st.com>