mfd: intel-lpss: Use MODULE_SOFTDEP() instead of implicit request
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Wed, 21 Aug 2019 08:37:12 +0000 (11:37 +0300)
committerLee Jones <lee.jones@linaro.org>
Mon, 2 Sep 2019 10:09:03 +0000 (11:09 +0100)
commit569fac74627cc332a2097a7a4bfdc654b8e7f273
treed1a01be8acaeb49a15a7acb2a5eddeefed689e74
parent1094422253db01ac3a12bde010c75e5135021d2d
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>
drivers/mfd/intel-lpss.c