crypto: stm32 - Fix OF module alias information
authorWei Yongjun <weiyongjun1@huawei.com>
Tue, 25 Apr 2017 14:35:42 +0000 (14:35 +0000)
committerHerbert Xu <herbert@gondor.apana.org.au>
Sat, 29 Apr 2017 17:45:21 +0000 (01:45 +0800)
commit929562b144783b9212625305eadcbbd800809643
tree0c73e83291c9e35b849396fc4a397db0f1ab09b6
parent2a2a251f110576b1d89efbd0662677d7e7db21a8
crypto: stm32 - Fix OF module alias information

The module alias information passed to MODULE_DEVICE_TABLE()
should use stm32_dt_ids instead of undefined sti_dt_ids.

Fixes: b51dbe90912a ("crypto: stm32 - Support for STM32 CRC32 crypto module")
Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/stm32/stm32_crc32.c