Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drm/tilcdc: include linux/pinctrl/consumer.h again

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 <arnd@arndb.de>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Jyri Sarha <jsarha@ti.com>
Link: https://patchwork.freedesktop.org/patch/msgid/02b03f74cf941f52a941a36bdc8dabb4a69fd87e.1569852588.git.jsarha@ti.com
Acked-by: Sam Ravnborg <sam@ravnborg.org>

authored by

Arnd Bergmann and committed by
Jyri Sarha
d7d44b6f 65e51e30

+1
+1
drivers/gpu/drm/tilcdc/tilcdc_tfp410.c
··· 7 7 #include <linux/gpio.h> 8 8 #include <linux/mod_devicetable.h> 9 9 #include <linux/of_gpio.h> 10 + #include <linux/pinctrl/consumer.h> 10 11 #include <linux/platform_device.h> 11 12 12 13 #include <drm/drm_atomic_helper.h>