]> git.baikalelectronics.ru Git - arm-tf.git/commit
fix(st-crypto): remove platdata functions
authorYann Gautier <yann.gautier@st.com>
Tue, 13 Dec 2022 09:51:56 +0000 (10:51 +0100)
committerYann Gautier <yann.gautier@st.com>
Tue, 13 Dec 2022 09:54:14 +0000 (10:54 +0100)
commit6b3ca0a81723290e2d9b33c406c0e65c1870baa8
tree02ae3fe5b79556b82c0512c6e3b139d1f785b06e
parent70a422ba83df3f572af1d2931e950feb78592ca3
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
drivers/st/crypto/stm32_pka.c
drivers/st/crypto/stm32_saes.c