提交 707c76a0 编写于 作者: G Gilad Ben-Yossef 提交者: Greg Kroah-Hartman

staging: ccree: remove unused completion

icache_setup_completion is no longer used. Remove it.
Signed-off-by: NGilad Ben-Yossef <gilad@benyossef.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 093d5615
...@@ -279,8 +279,6 @@ static int init_cc_resources(struct platform_device *plat_dev) ...@@ -279,8 +279,6 @@ static int init_cc_resources(struct platform_device *plat_dev)
} }
SSI_LOG_DEBUG("Registered to IRQ: %d\n", new_drvdata->irq); SSI_LOG_DEBUG("Registered to IRQ: %d\n", new_drvdata->irq);
init_completion(&new_drvdata->icache_setup_completion);
rc = cc_clk_on(new_drvdata); rc = cc_clk_on(new_drvdata);
if (rc) if (rc)
goto post_drvdata_err; goto post_drvdata_err;
......
...@@ -138,7 +138,6 @@ struct ssi_drvdata { ...@@ -138,7 +138,6 @@ struct ssi_drvdata {
u32 monitor_null_cycles; u32 monitor_null_cycles;
struct platform_device *plat_dev; struct platform_device *plat_dev;
ssi_sram_addr_t mlli_sram_addr; ssi_sram_addr_t mlli_sram_addr;
struct completion icache_setup_completion;
void *buff_mgr_handle; void *buff_mgr_handle;
void *hash_handle; void *hash_handle;
void *aead_handle; void *aead_handle;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册