aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma/dw_dmac.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/dma/dw_dmac.c')
-rw-r--r--drivers/dma/dw_dmac.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/dma/dw_dmac.c b/drivers/dma/dw_dmac.c
index 08dab3badad2..064a1830a76b 100644
--- a/drivers/dma/dw_dmac.c
+++ b/drivers/dma/dw_dmac.c
@@ -1455,7 +1455,7 @@ static int __init dw_init(void)
1455{ 1455{
1456 return platform_driver_probe(&dw_driver, dw_probe); 1456 return platform_driver_probe(&dw_driver, dw_probe);
1457} 1457}
1458module_init(dw_init); 1458subsys_initcall(dw_init);
1459 1459
1460static void __exit dw_exit(void) 1460static void __exit dw_exit(void)
1461{ 1461{