diff options
Diffstat (limited to 'drivers/dma/sirf-dma.c')
-rw-r--r-- | drivers/dma/sirf-dma.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 = { | |||
896 | SET_SYSTEM_SLEEP_PM_OPS(sirfsoc_dma_pm_suspend, sirfsoc_dma_pm_resume) | 896 | SET_SYSTEM_SLEEP_PM_OPS(sirfsoc_dma_pm_suspend, sirfsoc_dma_pm_resume) |
897 | }; | 897 | }; |
898 | 898 | ||
899 | static struct of_device_id sirfsoc_dma_match[] = { | 899 | static const struct of_device_id sirfsoc_dma_match[] = { |
900 | { .compatible = "sirf,prima2-dmac", }, | 900 | { .compatible = "sirf,prima2-dmac", }, |
901 | { .compatible = "sirf,marco-dmac", }, | 901 | { .compatible = "sirf,marco-dmac", }, |
902 | {}, | 902 | {}, |