diff options
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2019-08-21 10:37:12 +0200 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2019-09-02 12:09:03 +0200 |
commit | 569fac74627cc332a2097a7a4bfdc654b8e7f273 (patch) | |
tree | d1a01be8acaeb49a15a7acb2a5eddeefed689e74 /samples | |
parent | mfd: htc-i2cpld: Drop check because i2c_unregister_device() is NULL safe (diff) | |
download | linux-569fac74627cc332a2097a7a4bfdc654b8e7f273.tar.xz linux-569fac74627cc332a2097a7a4bfdc654b8e7f273.zip |
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>
Diffstat (limited to 'samples')
0 files changed, 0 insertions, 0 deletions