diff options
author | Arnd Bergmann <arnd@arndb.de> | 2013-06-03 23:57:37 +0200 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2013-06-05 10:36:20 +0200 |
commit | 68be0b1ae355c6deb11326df6758f80154f44cf0 (patch) | |
tree | 16b1bc58a61bee33b972dd9644e586f4b32a9f51 /drivers/iommu | |
parent | crypto: blowfish - disable AVX2 implementation (diff) | |
download | linux-68be0b1ae355c6deb11326df6758f80154f44cf0.tar.xz linux-68be0b1ae355c6deb11326df6758f80154f44cf0.zip |
crypto: sahara - fix building as module
The sahara crypto driver has an incorrect MODULE_DEVICE_TABLE, which
prevents us from actually building this driver as a loadable module.
sahara_dt_ids is a of_device_id array, so we have to use
MODULE_DEVICE_TABLE(of, ...).
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Cc: Javier Martin <javier.martin@vista-silicon.com>
Cc: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'drivers/iommu')
0 files changed, 0 insertions, 0 deletions