<div dir="ltr">What is the use case of using:<div>MODULE_SOFTDEP("pre: another-external-kernel-module...");<br></div><div>because I completely don't understand.</div><div>If I have phandle to another-external-kernel-module in dts which is mandatory in my kernel driver then should I put this line in my kernel driver code?</div><div>If I use function of core.c which is my framework and this is also as external module then should I 

put this line in my kernel driver code:</div><div>  MODULE_SOFTDEP("pre: testframework-core");</div><div><br></div><div>Who knows please respond as this is black magic for me.  <br></div></div>