diff options
author | Alex Bee <knaerzche@gmail.com> | 2023-12-22 20:42:09 +0300 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2023-12-30 02:38:27 +0300 |
commit | f68a68fe9d9197ea6aa9cb461270685f370b165e (patch) | |
tree | 56b61a60bc4b0049319bd3d3909c99762ff9c445 /drivers/gpu/drm/rockchip | |
parent | 073aa696f8cbc170a2c3502c2165aeb835be0156 (diff) | |
download | linux-f68a68fe9d9197ea6aa9cb461270685f370b165e.tar.xz |
drm/rockchip: inno_hdmi: Remove useless include
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>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Link: https://patchwork.freedesktop.org/patch/msgid/20231222174220.55249-19-knaerzche@gmail.com
Diffstat (limited to 'drivers/gpu/drm/rockchip')
-rw-r--r-- | drivers/gpu/drm/rockchip/inno_hdmi.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/rockchip/inno_hdmi.c b/drivers/gpu/drm/rockchip/inno_hdmi.c index 610e7241e4f3..9fb1e49bc909 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> |