From: Kuninori Morimoto Date: Tue, 1 Aug 2017 15:20:38 +0000 (+0200) Subject: omapfb: use of_graph_get_remote_endpoint() X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=5161b96dd7db801cfeb1c2bdb572ddb6e12f671a;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git omapfb: use of_graph_get_remote_endpoint() Now, we can use of_graph_get_remote_endpoint(). Let's use it. Signed-off-by: Kuninori Morimoto Cc: Rob Herring Cc: Tomi Valkeinen Signed-off-by: Bartlomiej Zolnierkiewicz --- diff --git a/drivers/video/fbdev/omap2/omapfb/dss/dss-of.c b/drivers/video/fbdev/omap2/omapfb/dss/dss-of.c index d356a252ab4a..f1eb8b0f8a2a 100644 --- a/drivers/video/fbdev/omap2/omapfb/dss/dss-of.c +++ b/drivers/video/fbdev/omap2/omapfb/dss/dss-of.c @@ -16,6 +16,7 @@ #include #include #include +#include #include #include