未验证 提交 51ebf6ac 编写于 作者: F Flavio Suligoi 提交者: Mark Brown

spi: pxa2xx: use a module softdep for dw_dmac

With dw_dmac, sometimes the request of a DMA channel fails because
the DMA driver is not ready, so an explicit dependency request
is necessary.
Signed-off-by: NFlavio Suligoi <f.suligoi@asem.it>
Signed-off-by: NMark Brown <broonie@kernel.org>
上级 b5881b15
......@@ -1957,3 +1957,5 @@ static void __exit pxa2xx_spi_exit(void)
platform_driver_unregister(&driver);
}
module_exit(pxa2xx_spi_exit);
MODULE_SOFTDEP("pre: dw_dmac");
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册