Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

crypto: ccp - Remove unused declaration sp_get_master()

This function is never implemented and used since introduction in
commit 720419f01832 ("crypto: ccp - Introduce the AMD Secure Processor
device").

Signed-off-by: Yue Haibing <yuehaibing@huawei.com>
Acked-by: Tom Lendacky <thomas.lendacky@amd.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>

authored by

Yue Haibing and committed by
Herbert Xu
60f911c4 5b6f4cd6

-1
-1
drivers/crypto/ccp/sp-dev.h
··· 138 138 139 139 int sp_init(struct sp_device *sp); 140 140 void sp_destroy(struct sp_device *sp); 141 - struct sp_device *sp_get_master(void); 142 141 143 142 int sp_suspend(struct sp_device *sp); 144 143 int sp_resume(struct sp_device *sp);