summaryrefslogtreecommitdiff
path: root/drivers/dma
diff options
context:
space:
mode:
authorAxel Lin <axel.lin@gmail.com>2011-07-12 18:53:52 +0800
committerJason Liu <r64343@freescale.com>2012-01-19 12:41:24 +0800
commit5db7b489a4bc6acd073287a7c26623649288cf51 (patch)
tree3462c89fdca58764759cd356e21d21b928fe8b8a /drivers/dma
parent14c8433f41807e8963f34ed03caac3d7e48cb3b4 (diff)
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>
Diffstat (limited to 'drivers/dma')
-rw-r--r--drivers/dma/mxs-dma.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/dma/mxs-dma.c b/drivers/dma/mxs-dma.c
index 4c686996f140..221b6f3ebc7d 100644
--- a/drivers/dma/mxs-dma.c
+++ b/drivers/dma/mxs-dma.c
@@ -717,6 +717,8 @@ static struct platform_device_id mxs_dma_type[] = {
}, {
.name = "mxs-dma-apbx",
.driver_data = MXS_DMA_APBX,
+ }, {
+ /* end of list */
}
};