ASoC: Intel: Skylake: Unassign ram_read and read_write ops
[linux-2.6-microblaze.git] / sound / soc / intel / skylake / cnl-sst.c
index c6abcd5..355a7b1 100644 (file)
@@ -300,8 +300,6 @@ static struct sst_ops cnl_ops = {
        .irq_handler = cnl_dsp_sst_interrupt,
        .write = sst_shim32_write,
        .read = sst_shim32_read,
-       .ram_read = sst_memcpy_fromio_32,
-       .ram_write = sst_memcpy_toio_32,
        .free = cnl_dsp_free,
 };