dmaengine: constify of_device_id array
[deliverable/linux.git] / drivers / dma / mmp_tdma.c
index 70c2fa9963cd4d942afa0b8a99f42c4d2ede784b..bc7bc5329ca58581b48dbf439a2e81af15b174d3 100644 (file)
@@ -594,7 +594,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.03887 seconds and 5 git commands to generate.