On Mon, 31 Aug 2015 15:38:19 +0200, Mark Brown wrote:
On Mon, Aug 31, 2015 at 01:01:33PM +0200, Takashi Iwai wrote:
Mark Brown wrote:
On Sun, Aug 30, 2015 at 08:55:46PM +0200, Takashi Iwai wrote:
sound/soc/codecs/sti-sas.c:227:13: error: implicit declaration of function ‘devm_reset_control_get’ [-Werror=implicit-function-declaration] dac->rst = devm_reset_control_get(codec->dev, "dac_rst");
So some changes for 4.3 are missing. Could you postpone this branch until this new devm_* gets merged? Or we may pull devm change as well.
What configuration do you see this in? If the function was just not there my tree wouldn't build...
It was due to the missing dependency as Axel pointed. My config is below.
Right, I figured that - I was just not sure how you were managing to trigger it. Given that it's something that doesn't happen with any of the standard defconfigs or all*configs I'd rather leave the pull request as-is then send a followup request with a fix later once things are sorted out (either something in Kconfig or fixing the stubbing).
OK.
Takashi