diff options
Diffstat (limited to 'drivers/dma/sh/shdmac.c')
-rw-r--r-- | drivers/dma/sh/shdmac.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/dma/sh/shdmac.c b/drivers/dma/sh/shdmac.c index 03efd4ad0f0b..77de5e4375f2 100644 --- a/drivers/dma/sh/shdmac.c +++ b/drivers/dma/sh/shdmac.c | |||
@@ -677,6 +677,7 @@ static const struct shdma_ops sh_dmae_shdma_ops = { | |||
677 | }; | 677 | }; |
678 | 678 | ||
679 | static const struct of_device_id sh_dmae_of_match[] = { | 679 | static const struct of_device_id sh_dmae_of_match[] = { |
680 | {.compatible = "renesas,shdma-r8a73a4", .data = r8a73a4_shdma_devid,}, | ||
680 | {} | 681 | {} |
681 | }; | 682 | }; |
682 | MODULE_DEVICE_TABLE(of, sh_dmae_of_match); | 683 | MODULE_DEVICE_TABLE(of, sh_dmae_of_match); |