]> git.baikalelectronics.ru Git - kernel.git/commit
crypto: picoxcell - Remove platform device ID table
authorJavier Martinez Canillas <javier@osg.samsung.com>
Mon, 2 Jan 2017 17:06:58 +0000 (14:06 -0300)
committerHerbert Xu <herbert@gondor.apana.org.au>
Thu, 12 Jan 2017 16:24:40 +0000 (00:24 +0800)
commit5c19d7d41c8c4e282fc61d4e443e08e40f53f044
treed156a336c316660d21c5906577d792a1a11b9178
parent14bf047cdf80e56e2971323db4a7f9a8fae97e6f
crypto: picoxcell - Remove platform device ID table

This driver is only used in the picoxcell platform and this is DT-only.

So only a OF device ID table is needed and there's no need to have a
platform device ID table. This patch removes the unneeded table.

Suggested-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com>
Acked-by: Jamie Iles <jamie@jamieiles.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/picoxcell_crypto.c