summaryrefslogtreecommitdiffstats
path: root/drivers/dma
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/dma')
-rw-r--r--drivers/dma/apbh_dma.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/dma/apbh_dma.c b/drivers/dma/apbh_dma.c
index 64f4326514..b84c0f7985 100644
--- a/drivers/dma/apbh_dma.c
+++ b/drivers/dma/apbh_dma.c
@@ -648,7 +648,9 @@ static struct platform_device_id apbh_ids[] = {
}, {
.name = "imx28-dma-apbh",
.driver_data = (unsigned long)IMX28_DMA,
- },
+ }, {
+ /* sentinel */
+ }
};
static __maybe_unused struct of_device_id apbh_dt_ids[] = {