[PATCH v2 17/27] drm/rockchip: inno_hdmi: Remove useless include

Alex Bee posted 27 patches 2 years ago
There is a newer version of this series
[PATCH v2 17/27] drm/rockchip: inno_hdmi: Remove useless include
Posted by Alex Bee 2 years ago
The inclusion syscon.h isn't used anywhere. Remove it.

Signed-off-by: Alex Bee <knaerzche@gmail.com>
---
changes in v2:
 - new patch

 drivers/gpu/drm/rockchip/inno_hdmi.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/gpu/drm/rockchip/inno_hdmi.c b/drivers/gpu/drm/rockchip/inno_hdmi.c
index d9eb8cdc0148..62c7e2275246 100644
--- a/drivers/gpu/drm/rockchip/inno_hdmi.c
+++ b/drivers/gpu/drm/rockchip/inno_hdmi.c
@@ -10,7 +10,6 @@
 #include <linux/delay.h>
 #include <linux/err.h>
 #include <linux/hdmi.h>
-#include <linux/mfd/syscon.h>
 #include <linux/mod_devicetable.h>
 #include <linux/module.h>
 #include <linux/mutex.h>
-- 
2.43.0
Re: [PATCH v2 17/27] drm/rockchip: inno_hdmi: Remove useless include
Posted by Maxime Ripard 2 years ago
On Sat, 16 Dec 2023 17:26:28 +0100, Alex Bee wrote:
> The inclusion syscon.h isn't used anywhere. Remove it.
> 
> Signed-off-by: Alex Bee <knaerzche@gmail.com>

Reviewed-by: Maxime Ripard <mripard@kernel.org>

Thanks!
Maxime