Can we have the sun4i-dma module auto-loading from the DT reference, please?


-- 
You received this message because you are subscribed to the Google Groups 
"linux-sunxi" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.
From: Clive Messer <[email protected]>
Subject: Autoload sun4i-dma module

--- a/drivers/dma/sun4i-dma.c	2015-09-30 11:31:13.000000000 +0100
+++ b/drivers/dma/sun4i-dma.c	2015-09-30 11:34:57.759414791 +0100
@@ -1271,6 +1271,7 @@
 	{ .compatible = "allwinner,sun4i-a10-dma" },
 	{ /* sentinel */ },
 };
+MODULE_DEVICE_TABLE(of, sun4i_dma_match);
 
 static struct platform_driver sun4i_dma_driver = {
 	.probe	= sun4i_dma_probe,

Reply via email to