diff options
author | Cristian Ciocaltea <cristian.ciocaltea@collabora.com> | 2024-01-04 16:39:49 +0200 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2024-01-04 17:17:25 +0100 |
commit | 38709af26c33e398c3292e96837ccfde41fd9e6b (patch) | |
tree | 0a99a493ecc79b45e9373c3b283ef91613012990 | |
parent | eee706839333ec0643f1b4898a37588025bf4cb5 (diff) |
drm/rockchip: vop2: Drop superfluous include
The rockchip_drm_fb.h header contains just a single function which is
not directly used by the VOP2 driver. Drop the unnecessary include.
Signed-off-by: Cristian Ciocaltea <cristian.ciocaltea@collabora.com>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Link: https://patchwork.freedesktop.org/patch/msgid/20240104143951.85219-1-cristian.ciocaltea@collabora.com
-rw-r--r-- | drivers/gpu/drm/rockchip/rockchip_drm_vop2.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/rockchip/rockchip_drm_vop2.c b/drivers/gpu/drm/rockchip/rockchip_drm_vop2.c index 574103fc79f9..a3a03e9cfe13 100644 --- a/drivers/gpu/drm/rockchip/rockchip_drm_vop2.c +++ b/drivers/gpu/drm/rockchip/rockchip_drm_vop2.c @@ -35,7 +35,6 @@ #include "rockchip_drm_drv.h" #include "rockchip_drm_gem.h" -#include "rockchip_drm_fb.h" #include "rockchip_drm_vop2.h" #include "rockchip_rgb.h" |