From db5a5e3002e7533f7164f3b08dfe3545a6949d27 Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Mon, 6 Mar 2017 09:00:49 +0100 Subject: dma: apbh_dma: add missing array termination Signed-off-by: Sascha Hauer --- drivers/dma/apbh_dma.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'drivers/dma') 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[] = { -- cgit v1.2.3