diff options
author | Axel Lin <axel.lin@gmail.com> | 2011-07-12 14:53:52 +0400 |
---|---|---|
committer | Vinod Koul <vinod.koul@intel.com> | 2011-07-26 14:03:27 +0400 |
commit | 2a9778ed83b142e88cb38acc496a573a3472d27f (patch) | |
tree | d0d3c4b8be5f202ea954248bffca0e38fd59773c /drivers | |
parent | 4e0e6109a1cc18cc5e4143f828c36b6a3e8be6ad (diff) | |
download | linux-2a9778ed83b142e88cb38acc496a573a3472d27f.tar.xz |
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')
-rw-r--r-- | drivers/dma/mxs-dma.c | 2 |
1 files changed, 2 insertions, 0 deletions
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 */ } }; |