d1: add new target
[openwrt/staging/mans0n.git] / target / linux / d1 / patches-6.1 / 0085-drm-sun4i-mixer-Remove-unused-CMA-headers.patch
1 From 5755bea969adcb00b102271b0cbaa3002acd7a35 Mon Sep 17 00:00:00 2001
2 From: Samuel Holland <samuel@sholland.org>
3 Date: Wed, 27 Apr 2022 18:50:01 -0500
4 Subject: [PATCH 085/117] drm/sun4i: mixer: Remove unused CMA headers
5
6 Signed-off-by: Samuel Holland <samuel@sholland.org>
7 ---
8 drivers/gpu/drm/sun4i/sun8i_mixer.c | 2 +-
9 1 file changed, 1 insertion(+), 1 deletion(-)
10
11 --- a/drivers/gpu/drm/sun4i/sun8i_mixer.c
12 +++ b/drivers/gpu/drm/sun4i/sun8i_mixer.c
13 @@ -17,7 +17,7 @@
14 #include <drm/drm_atomic_helper.h>
15 #include <drm/drm_crtc.h>
16 #include <drm/drm_framebuffer.h>
17 -#include <drm/drm_gem_dma_helper.h>
18 +#include <drm/drm_print.h>
19 #include <drm/drm_probe_helper.h>
20
21 #include "sun4i_drv.h"