diff options
author | Arnd Bergmann <arnd@arndb.de> | 2019-09-09 16:33:57 -0400 |
---|---|---|
committer | Jyri Sarha <jsarha@ti.com> | 2019-09-30 12:24:47 -0400 |
commit | d7d44b6fe40a98e960be92ea8617954c2596d140 (patch) | |
tree | df39a115973c0075cd96f7f8ca194aea1d4c7fb2 | |
parent | 65e51e30d8625c82ddfe405da46124e9bbffaa71 (diff) |
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>
-rw-r--r-- | drivers/gpu/drm/tilcdc/tilcdc_tfp410.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 @@ | |||
7 | #include <linux/gpio.h> | 7 | #include <linux/gpio.h> |
8 | #include <linux/mod_devicetable.h> | 8 | #include <linux/mod_devicetable.h> |
9 | #include <linux/of_gpio.h> | 9 | #include <linux/of_gpio.h> |
10 | #include <linux/pinctrl/consumer.h> | ||
10 | #include <linux/platform_device.h> | 11 | #include <linux/platform_device.h> |
11 | 12 | ||
12 | #include <drm/drm_atomic_helper.h> | 13 | #include <drm/drm_atomic_helper.h> |