On Mon, Sep 30, 2019 at 05:15:53PM +0300, Jyri Sarha wrote: > From: Arnd Bergmann <a...@arndb.de> > > 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 ("drm/tilcdc: drop use of drmP.h") > Signed-off-by: Arnd Bergmann <a...@arndb.de> > Reviewed-by: Laurent Pinchart <laurent.pinch...@ideasonboard.com> > Signed-off-by: Jyri Sarha <jsa...@ti.com>
Thanks Acked-by: Sam Ravnborg <s...@ravnborg.org> > --- > Just reordered the includes in aplhapetical order and applied > Laurent's Reviewed-by. I'll apply this to drm-misc-next. > > drivers/gpu/drm/tilcdc/tilcdc_tfp410.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/gpu/drm/tilcdc/tilcdc_tfp410.c > b/drivers/gpu/drm/tilcdc/tilcdc_tfp410.c > index 525dc1c0f1c1..530edb3b51cc 100644 > --- a/drivers/gpu/drm/tilcdc/tilcdc_tfp410.c > +++ b/drivers/gpu/drm/tilcdc/tilcdc_tfp410.c > @@ -7,6 +7,7 @@ > #include <linux/gpio.h> > #include <linux/mod_devicetable.h> > #include <linux/of_gpio.h> > +#include <linux/pinctrl/consumer.h> > #include <linux/platform_device.h> > > #include <drm/drm_atomic_helper.h> > -- > Texas Instruments Finland Oy, Porkkalankatu 22, 00180 Helsinki. > Y-tunnus/Business ID: 0615521-4. Kotipaikka/Domicile: Helsinki _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel