icache_setup_completion is no longer used. Remove it.
Signed-off-by: Gilad Ben-Yossef <gilad@benyossef.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
        }
        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;
 
        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;