cxl: Add cookie parameter to afu_release_irqs()
[deliverable/linux.git] / drivers / dma / mmp_tdma.c
index b6f4e1fc9c784cc0a3fce3d76877774760cd8c59..449e785def17d2af759a4b82e1a0b5723b85d4ca 100644 (file)
@@ -613,7 +613,7 @@ struct dma_chan *mmp_tdma_xlate(struct of_phandle_args *dma_spec,
        return dma_request_channel(mask, mmp_tdma_filter_fn, &param);
 }
 
-static struct of_device_id mmp_tdma_dt_ids[] = {
+static const struct of_device_id mmp_tdma_dt_ids[] = {
        { .compatible = "marvell,adma-1.0", .data = (void *)MMP_AUD_TDMA},
        { .compatible = "marvell,pxa910-squ", .data = (void *)PXA910_SQU},
        {}
This page took 0.043581 seconds and 5 git commands to generate.