]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
dma: mxs-dma: fix unterminated platform_device_id table
authorAxel Lin <axel.lin@gmail.com>
Tue, 12 Jul 2011 10:53:52 +0000 (18:53 +0800)
committerOliver Wendt <ow@karo-electronics.de>
Mon, 30 Sep 2013 12:10:32 +0000 (14:10 +0200)
Signed-off-by: Axel Lin <axel.lin@gmail.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
drivers/dma/mxs-dma.c

index 4c686996f14015b3caeb16877012a8df326c3352..221b6f3ebc7dff1bb761227650fc25778582e85a 100644 (file)
@@ -717,6 +717,8 @@ static struct platform_device_id mxs_dma_type[] = {
        }, {
                .name = "mxs-dma-apbx",
                .driver_data = MXS_DMA_APBX,
+       }, {
+               /* end of list */
        }
 };