commit | 166db195536f380c4545a8d2fca9789402464bc8 | [log] [tgz] |
---|---|---|
author | Tom Lendacky <thomas.lendacky@amd.com> | Thu Oct 01 16:32:50 2015 -0500 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Thu Oct 08 21:42:18 2015 +0800 |
tree | d24b0142f0ce431d71ce5bbb4995cb95a540b39d | |
parent | 21dc9e8f941f8693992230d189a556b220b50f5b [diff] |
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>