|
@@ -1271,6 +1271,7 @@ static const struct of_device_id sun4i_dma_match[] = {
|
|
{ .compatible = "allwinner,sun4i-a10-dma" },
|
|
{ .compatible = "allwinner,sun4i-a10-dma" },
|
|
{ /* sentinel */ },
|
|
{ /* sentinel */ },
|
|
};
|
|
};
|
|
|
|
+MODULE_DEVICE_TABLE(of, sun4i_dma_match);
|
|
|
|
|
|
static struct platform_driver sun4i_dma_driver = {
|
|
static struct platform_driver sun4i_dma_driver = {
|
|
.probe = sun4i_dma_probe,
|
|
.probe = sun4i_dma_probe,
|