From: Maíra Canal Date: Fri, 12 Aug 2022 20:57:45 +0000 (-0300) Subject: drm/sti: Drop of_gpio header X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=e1964d892fe5710c16e55d2eb153954f8407fb9a;p=linux.git drm/sti: Drop of_gpio header This driver includes the deprecated OF GPIO header yet fail to use symbols from it, so drop this include. Cc: Alain Volmat Signed-off-by: Maíra Canal Acked-by: Alain Volmat Link: https://patchwork.freedesktop.org/patch/msgid/20220812205746.609107-5-mairacanal@riseup.net --- diff --git a/drivers/gpu/drm/sti/sti_dvo.c b/drivers/gpu/drm/sti/sti_dvo.c index 577c477b5f467..0c6679e361c82 100644 --- a/drivers/gpu/drm/sti/sti_dvo.c +++ b/drivers/gpu/drm/sti/sti_dvo.c @@ -8,7 +8,7 @@ #include #include #include -#include +#include #include #include