Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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 <andriy.shevchenko@linux.intel.com>
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
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 <dmitry.baryshkov@linaro.org>

authored by

Andy Shevchenko and committed by
Dmitry Baryshkov
775ce4ba b11a89a5

+1 -1
+1 -1
drivers/gpu/drm/msm/hdmi/hdmi.c
··· 5 5 * Author: Rob Clark <robdclark@gmail.com> 6 6 */ 7 7 8 + #include <linux/gpio/consumer.h> 8 9 #include <linux/of_irq.h> 9 - #include <linux/of_gpio.h> 10 10 #include <linux/of_platform.h> 11 11 #include <linux/platform_device.h> 12 12