diff --git a/[refs] b/[refs] index 0f22a9ebd0ec..857cc7742de3 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 58344f25cf5f3453bfcf4b845ea9ec71153e45c3 +refs/heads/master: 93d0bec2be4b0f036a27da207ecab97fc3d3bbbe diff --git a/trunk/drivers/dma/at_hdmac.c b/trunk/drivers/dma/at_hdmac.c index c6ddd6ffb8f3..e25c4ad01062 100644 --- a/trunk/drivers/dma/at_hdmac.c +++ b/trunk/drivers/dma/at_hdmac.c @@ -1209,7 +1209,7 @@ static int __init at_dma_init(void) { return platform_driver_probe(&at_dma_driver, at_dma_probe); } -module_init(at_dma_init); +subsys_initcall(at_dma_init); static void __exit at_dma_exit(void) {