diff options
-rw-r--r-- | drivers/dma/at_hdmac.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/dma/at_hdmac.c b/drivers/dma/at_hdmac.c index c6ddd6ffb8f3..e25c4ad01062 100644 --- a/drivers/dma/at_hdmac.c +++ b/drivers/dma/at_hdmac.c | |||
@@ -1209,7 +1209,7 @@ static int __init at_dma_init(void) | |||
1209 | { | 1209 | { |
1210 | return platform_driver_probe(&at_dma_driver, at_dma_probe); | 1210 | return platform_driver_probe(&at_dma_driver, at_dma_probe); |
1211 | } | 1211 | } |
1212 | module_init(at_dma_init); | 1212 | subsys_initcall(at_dma_init); |
1213 | 1213 | ||
1214 | static void __exit at_dma_exit(void) | 1214 | static void __exit at_dma_exit(void) |
1215 | { | 1215 | { |