[PATCH] crypto: ccp: remove duplicate module version and author entry

2017-07-19 Thread Brijesh Singh
commit 720419f01832 ("crypto: ccp - Introduce the AMD Secure Processor device") moved the module registeration from ccp-dev.c to sp-dev.c but patch missed removing the module version and author entry from ccp-dev.c. It causes the below warning during boot when CONFIG_CRYPTO_DEV_SP_CCP=y and CONFIG

Re: [PATCH] crypto: ccp: remove duplicate module version and author entry

2017-08-02 Thread Herbert Xu
On Wed, Jul 19, 2017 at 10:29:08PM -0500, Brijesh Singh wrote: > commit 720419f01832 ("crypto: ccp - Introduce the AMD Secure Processor > device") > moved the module registeration from ccp-dev.c to sp-dev.c but patch missed > removing the module version and author entry from ccp-dev.c. > > It cau