Merge "ASoC: wcd_cpe_core: add arch_setup_dma_ops call"

This commit is contained in:
Linux Build Service Account 2016-09-15 22:51:54 -07:00 committed by Gerrit - the friendly Code Review server
commit cd31b17afd

View file

@ -2051,6 +2051,7 @@ struct wcd_cpe_core *wcd_cpe_init(const char *img_fname,
goto schedule_dload_work;
}
arch_setup_dma_ops(core->dev, 0, 0, NULL, 0);
core->cpe_dump_v_addr = dma_alloc_coherent(core->dev,
core->hw_info.dram_size,
&core->cpe_dump_addr,