From: Andy Shevchenko Date: Mon, 4 Mar 2024 17:51:52 +0000 (+0200) Subject: drm/msm/hdmi: Replace of_gpio.h by proper one X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=775ce4ba381cf2ea0bd087f26062c3ae26398ad6;p=linux.git drm/msm/hdmi: Replace of_gpio.h by proper one of_gpio.h is deprecated and subject to remove. The driver doesn't use it directly, replace it with what is really being used. Signed-off-by: Andy Shevchenko Reviewed-by: Dmitry Baryshkov Patchwork: https://patchwork.freedesktop.org/patch/585634/ Link: https://lore.kernel.org/r/20240304175152.1199270-1-andriy.shevchenko@linux.intel.com Signed-off-by: Dmitry Baryshkov --- diff --git a/drivers/gpu/drm/msm/hdmi/hdmi.c b/drivers/gpu/drm/msm/hdmi/hdmi.c index c8ebd75176bba..24abcb7254cc4 100644 --- a/drivers/gpu/drm/msm/hdmi/hdmi.c +++ b/drivers/gpu/drm/msm/hdmi/hdmi.c @@ -5,8 +5,8 @@ * Author: Rob Clark */ +#include #include -#include #include #include