Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 707c76a0 authored by Gilad Ben-Yossef's avatar Gilad Ben-Yossef Committed by Greg Kroah-Hartman
Browse files

staging: ccree: remove unused completion



icache_setup_completion is no longer used. Remove it.

Signed-off-by: default avatarGilad Ben-Yossef <gilad@benyossef.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 093d5615
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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);

	init_completion(&new_drvdata->icache_setup_completion);

	rc = cc_clk_on(new_drvdata);
	if (rc)
		goto post_drvdata_err;
+0 −1
Original line number Diff line number Diff line
@@ -138,7 +138,6 @@ struct ssi_drvdata {
	u32 monitor_null_cycles;
	struct platform_device *plat_dev;
	ssi_sram_addr_t mlli_sram_addr;
	struct completion icache_setup_completion;
	void *buff_mgr_handle;
	void *hash_handle;
	void *aead_handle;