aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma/mmp_tdma.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/dma/mmp_tdma.c')
-rw-r--r--drivers/dma/mmp_tdma.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/dma/mmp_tdma.c b/drivers/dma/mmp_tdma.c
index c6bd015b7165..bfb46957c3dc 100644
--- a/drivers/dma/mmp_tdma.c
+++ b/drivers/dma/mmp_tdma.c
@@ -703,7 +703,6 @@ static const struct platform_device_id mmp_tdma_id_table[] = {
703static struct platform_driver mmp_tdma_driver = { 703static struct platform_driver mmp_tdma_driver = {
704 .driver = { 704 .driver = {
705 .name = "mmp-tdma", 705 .name = "mmp-tdma",
706 .owner = THIS_MODULE,
707 .of_match_table = mmp_tdma_dt_ids, 706 .of_match_table = mmp_tdma_dt_ids,
708 }, 707 },
709 .id_table = mmp_tdma_id_table, 708 .id_table = mmp_tdma_id_table,