31 Aug
2015
31 Aug
'15
10:59 a.m.
On Mon, Aug 31, 2015 at 08:52:33AM +0800, Axel Lin wrote:
(devm_)reset_control_get function is available only when RESET_CONTROLLER is set. Make SND_SOC_STI_SAS depend on RESET_CONTROLLER to fix build error if !RESET_CONTROLLER.
Ugh, no. This is not good - the reset controller API should be stubbing itself out like other service APIs so that generic code can work with it without lots of ifdefs. It's a similar situation to regulators and GPIOs.