commit | 569fac74627cc332a2097a7a4bfdc654b8e7f273 | [log] [tgz] |
---|---|---|
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | Wed Aug 21 11:37:12 2019 +0300 |
committer | Lee Jones <lee.jones@linaro.org> | Mon Sep 02 11:09:03 2019 +0100 |
tree | d1a01be8acaeb49a15a7acb2a5eddeefed689e74 | |
parent | 1094422253db01ac3a12bde010c75e5135021d2d [diff] |
mfd: intel-lpss: Use MODULE_SOFTDEP() instead of implicit request There is no need to handle optional module request in the driver when user space tools has that feature for ages. Replace custom code by MODULE_SOFTDEP() macro to let user space know that we would like to have the DMA driver loaded first, if any. Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Signed-off-by: Lee Jones <lee.jones@linaro.org>