mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-23 15:27:29 +00:00
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: Flavio Suligoi <f.suligoi@asem.it> Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
parent
b5881b153b
commit
51ebf6acb0
1 changed files with 2 additions and 0 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue