linux-stable/drivers/crypto/stm32
Corentin LABBE 761a698219 crypto: stm32 - fix module device table name
This patch fix the following build failure:
  CC [M]  drivers/crypto/stm32/stm32-cryp.o
In file included from drivers/crypto/stm32/stm32-cryp.c:11:0:
drivers/crypto/stm32/stm32-cryp.c:1049:25: error: 'sti_dt_ids' undeclared here (not in a function)
 MODULE_DEVICE_TABLE(of, sti_dt_ids);

Let's replace sti_dt_ids with stm32_dt_ids which is just declared
before.

Signed-off-by: Corentin Labbe <clabbe.montjoie@gmail.com>
Reviewed-by: Fabien Dessenne <fabien.dessenne@st.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
2017-12-11 22:36:57 +11:00
..
Kconfig crypto: stm32 - Support for STM32 CRYP crypto module 2017-11-29 16:43:42 +11:00
Makefile crypto: stm32 - Support for STM32 CRYP crypto module 2017-11-29 16:43:42 +11:00
stm32-cryp.c crypto: stm32 - fix module device table name 2017-12-11 22:36:57 +11:00
stm32-hash.c Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 2017-11-14 10:52:09 -08:00
stm32_crc32.c crypto: stm32 - solve crc issue during unbind 2017-07-28 17:55:53 +08:00