• Brijesh Singh's avatar
    crypto: ccp - remove duplicate module version and author entry · 0876d161
    Brijesh Singh authored
    commit 720419f0 ("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_CRYPTO_DEV_CCP_CRYPTO=y is set.
    
    [ 0.187825] sysfs: cannot create duplicate filename '/module/ccp/version'
    [ 0.187825] sysfs: cannot create duplicate filename '/module/ccp/version'
    
    Cc: Tom Lendacky <thomas.lendacky@amd.com>
    Cc: Gary R Hook <gary.hook@amd.com>
    Cc: Herbert Xu <herbert@gondor.apana.org.au>
    Cc: David S. Miller <davem@davemloft.net>
    Signed-off-by: default avatarBrijesh Singh <brijesh.singh@amd.com>
    Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
    0876d161
ccp-dev.c 14.4 KB