[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220812205746.609107-6-mairacanal@riseup.net>
Date: Fri, 12 Aug 2022 17:57:46 -0300
From: Maíra Canal <mairacanal@...eup.net>
To: David Airlie <airlied@...ux.ie>, Daniel Vetter <daniel@...ll.ch>,
Maxime Ripard <maxime@...no.tech>
Cc: dri-devel@...ts.freedesktop.org, linux-kernel@...r.kernel.org,
Maíra Canal <mairacanal@...eup.net>,
Emma Anholt <emma@...olt.net>,
Maxime Ripard <mripard@...nel.org>
Subject: [PATCH 5/5] drm/vc4: Drop of_gpio header
This driver includes the deprecated OF GPIO header <linux/of_gpio.h>
yet fail to use symbols from it, so drop the include.
Cc: Emma Anholt <emma@...olt.net>
Cc: Maxime Ripard <mripard@...nel.org>
Signed-off-by: Maíra Canal <mairacanal@...eup.net>
---
drivers/gpu/drm/vc4/vc4_hdmi.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/gpu/drm/vc4/vc4_hdmi.c b/drivers/gpu/drm/vc4/vc4_hdmi.c
index 6f61a1b8a1a3..84e5a91c2ea7 100644
--- a/drivers/gpu/drm/vc4/vc4_hdmi.c
+++ b/drivers/gpu/drm/vc4/vc4_hdmi.c
@@ -42,7 +42,6 @@
#include <linux/gpio/consumer.h>
#include <linux/i2c.h>
#include <linux/of_address.h>
-#include <linux/of_gpio.h>
#include <linux/of_platform.h>
#include <linux/pm_runtime.h>
#include <linux/rational.h>
--
2.37.1
Powered by blists - more mailing lists