commit | 6b3ca0a81723290e2d9b33c406c0e65c1870baa8 | [log] [tgz] |
---|---|---|
author | Yann Gautier <yann.gautier@st.com> | Tue Dec 13 10:51:56 2022 +0100 |
committer | Yann Gautier <yann.gautier@st.com> | Tue Dec 13 10:54:14 2022 +0100 |
tree | 02ae3fe5b79556b82c0512c6e3b139d1f785b06e | |
parent | 70a422ba83df3f572af1d2931e950feb78592ca3 [diff] |
fix(st-crypto): remove platdata functions The functions stm32_pka_get_platdata() and stm32_saes_get_platdata() are not used. They can be removed as we always use DT to retrieve the device configuration. This issue was triggered by sparse tool or when enabling warning -Wmissing-prototypes. Signed-off-by: Yann Gautier <yann.gautier@st.com> Change-Id: I5cce9a0765144d694e8ddece37361ccbb85d1734