Re: [PATCH] drm/tilcdc: include linux/pinctrl/consumer.h again

2019-09-30 Thread Sam Ravnborg
On Mon, Sep 30, 2019 at 05:15:53PM +0300, Jyri Sarha wrote: > From: Arnd Bergmann > > This was apparently dropped by accident in a recent > cleanup, causing a build failure in some configurations now: > > drivers/gpu/drm/tilcdc/tilcdc_tfp410.c:296:12: error: implicit declaration of > function '

[PATCH] drm/tilcdc: include linux/pinctrl/consumer.h again

2019-09-30 Thread Jyri Sarha
From: Arnd Bergmann This was apparently dropped by accident in a recent cleanup, causing a build failure in some configurations now: drivers/gpu/drm/tilcdc/tilcdc_tfp410.c:296:12: error: implicit declaration of function 'devm_pinctrl_get_select_default' [-Werror,-Wimplicit-function-declaration

Re: [PATCH] drm/tilcdc: include linux/pinctrl/consumer.h again

2019-09-09 Thread Laurent Pinchart
Hi Arnd, Thank you for the patch. On Mon, Sep 09, 2019 at 10:33:57PM +0200, Arnd Bergmann wrote: > This was apparently dropped by accident in a recent > cleanup, causing a build failure in some configurations now: > > drivers/gpu/drm/tilcdc/tilcdc_tfp410.c:296:12: error: implicit declaration of

[PATCH] drm/tilcdc: include linux/pinctrl/consumer.h again

2019-09-09 Thread Arnd Bergmann
This was apparently dropped by accident in a recent cleanup, causing a build failure in some configurations now: drivers/gpu/drm/tilcdc/tilcdc_tfp410.c:296:12: error: implicit declaration of function 'devm_pinctrl_get_select_default' [-Werror,-Wimplicit-function-declaration] Fixes: fcb57664172e