浏览代码

dma: mxs-dma: fix unterminated platform_device_id table

Signed-off-by: Axel Lin <axel.lin@gmail.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Axel Lin 14 年之前
父节点
当前提交
2a9778ed83
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      drivers/dma/mxs-dma.c

+ 2 - 0
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 */
 	}
 };