aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxime Ripard <mripard@kernel.org>2019-10-03 10:00:13 +0200
committerMaxime Ripard <mripard@kernel.org>2019-10-03 10:00:13 +0200
commitb6559bf3ac32acfe34e17c73d68581e7f7415785 (patch)
treeabd998cfc150195cb9e80d314175ffc86f7ac761
parent77fdaa091d79c87323a9f3912a25f73e02ea2a01 (diff)
parentd7d44b6fe40a98e960be92ea8617954c2596d140 (diff)
downloadlinux-test-b6559bf3ac32acfe34e17c73d68581e7f7415785.tar.gz
Merge drm-misc-next-fixes-2019-10-02 into drm-misc-fixes
One tilcdc fix was left out in drm-misc-next-fixes and didn't make it during the merge window. Let's bring it into drm-misc-fixes. Signed-off-by: Maxime Ripard <mripard@kernel.org>
-rw-r--r--drivers/gpu/drm/tilcdc/tilcdc_tfp410.c1
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 525dc1c0f1c14..530edb3b51cc0 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>