]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
crypto: ccp - Use module name in driver structures
authorTom Lendacky <thomas.lendacky@amd.com>
Thu, 1 Oct 2015 21:32:50 +0000 (16:32 -0500)
committerHerbert Xu <herbert@gondor.apana.org.au>
Thu, 8 Oct 2015 13:42:18 +0000 (21:42 +0800)
commit166db195536f380c4545a8d2fca9789402464bc8
treed24b0142f0ce431d71ce5bbb4995cb95a540b39d
parent21dc9e8f941f8693992230d189a556b220b50f5b
crypto: ccp - Use module name in driver structures

The convention is to use the name of the module in the driver structures
that are used for registering the device. The CCP module is currently
using a descriptive name. Replace the descriptive name with module name.

Signed-off-by: Tom Lendacky <thomas.lendacky@amd.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/ccp/ccp-pci.c
drivers/crypto/ccp/ccp-platform.c