X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=drivers%2Fdma%2Fsirf-dma.c;h=a1afda43b8ef2b2278c523f6cc89b0b09aae9eec;hb=dc199241624a2fd85d9b0d8303babd60feadd0e6;hp=d0086e9f20824efa697144a8ea4f5adf345f3635;hpb=eb5bc2a213f96bd43b5f00a625acb0c669613645;p=deliverable%2Flinux.git diff --git a/drivers/dma/sirf-dma.c b/drivers/dma/sirf-dma.c index d0086e9f2082..a1afda43b8ef 100644 --- a/drivers/dma/sirf-dma.c +++ b/drivers/dma/sirf-dma.c @@ -896,7 +896,7 @@ static const struct dev_pm_ops sirfsoc_dma_pm_ops = { SET_SYSTEM_SLEEP_PM_OPS(sirfsoc_dma_pm_suspend, sirfsoc_dma_pm_resume) }; -static struct of_device_id sirfsoc_dma_match[] = { +static const struct of_device_id sirfsoc_dma_match[] = { { .compatible = "sirf,prima2-dmac", }, { .compatible = "sirf,marco-dmac", }, {},