From: Axel Lin Date: Tue, 12 Jul 2011 10:53:52 +0000 (+0800) Subject: dma: mxs-dma: fix unterminated platform_device_id table X-Git-Tag: firefly_0821_release~3680^2~4784^2^2~13 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=2a9778ed83b142e88cb38acc496a573a3472d27f;p=firefly-linux-kernel-4.4.55.git dma: mxs-dma: fix unterminated platform_device_id table Signed-off-by: Axel Lin Signed-off-by: Vinod Koul --- diff --git a/drivers/dma/mxs-dma.c b/drivers/dma/mxs-dma.c index 2870d919f112..f22a237b7dd6 100644 --- a/drivers/dma/mxs-dma.c +++ b/drivers/dma/mxs-dma.c @@ -709,6 +709,8 @@ static struct platform_device_id mxs_dma_type[] = { }, { .name = "mxs-dma-apbx", .driver_data = MXS_DMA_APBX, + }, { + /* end of list */ } };