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)
committerVinod Koul <vinod.koul@intel.com>
Tue, 26 Jul 2011 10:03:27 +0000 (15:33 +0530)
Signed-off-by: Axel Lin <axel.lin@gmail.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
drivers/dma/mxs-dma.c

index 2870d919f11249711a5be419864ffed861ef8697..f22a237b7dd63dac4bea8c1f58810340dc2bb89a 100644 (file)
@@ -709,6 +709,8 @@ static struct platform_device_id mxs_dma_type[] = {
        }, {
                .name = "mxs-dma-apbx",
                .driver_data = MXS_DMA_APBX,
+       }, {
+               /* end of list */
        }
 };