Skip to content

Commit

Permalink
dma: mxs-dma: fix unterminated platform_device_id table
Browse files Browse the repository at this point in the history
Signed-off-by: Axel Lin <axel.lin@gmail.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
  • Loading branch information
Axel Lin authored and Vinod Koul committed Jul 26, 2011
1 parent 4e0e610 commit 2a9778e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions drivers/dma/mxs-dma.c
Original file line number Diff line number Diff line change
Expand Up @@ -709,6 +709,8 @@ static struct platform_device_id mxs_dma_type[] = {
}, {
.name = "mxs-dma-apbx",
.driver_data = MXS_DMA_APBX,
}, {
/* end of list */
}
};

Expand Down

0 comments on commit 2a9778e

Please sign in to comment.