Commit 60f911c4 authored by Yue Haibing's avatar Yue Haibing Committed by Herbert Xu

crypto: ccp - Remove unused declaration sp_get_master()

This function is never implemented and used since introduction in
commit 720419f0 ("crypto: ccp - Introduce the AMD Secure Processor
device").
Signed-off-by: default avatarYue Haibing <yuehaibing@huawei.com>
Acked-by: default avatarTom Lendacky <thomas.lendacky@amd.com>
Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent 5b6f4cd6
...@@ -138,7 +138,6 @@ struct sp_device *sp_alloc_struct(struct device *dev); ...@@ -138,7 +138,6 @@ struct sp_device *sp_alloc_struct(struct device *dev);
int sp_init(struct sp_device *sp); int sp_init(struct sp_device *sp);
void sp_destroy(struct sp_device *sp); void sp_destroy(struct sp_device *sp);
struct sp_device *sp_get_master(void);
int sp_suspend(struct sp_device *sp); int sp_suspend(struct sp_device *sp);
int sp_resume(struct sp_device *sp); int sp_resume(struct sp_device *sp);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment