[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <70586c17c515984c3e31506926be026ead9ea58b.camel@samsung.com>
Date: Wed, 14 Aug 2024 16:42:46 +0900
From: Kwanghoon Son <k.son@...sung.com>
To: Inki Dae <inki.dae@...sung.com>, Seung-Woo Kim <sw0312.kim@...sung.com>,
Kyungmin Park <kyungmin.park@...sung.com>, David Airlie <airlied@...il.com>,
Daniel Vetter <daniel@...ll.ch>, Krzysztof Kozlowski <krzk@...nel.org>,
Alim Akhtar <alim.akhtar@...sung.com>
Cc: dri-devel@...ts.freedesktop.org, linux-arm-kernel@...ts.infradead.org,
linux-samsung-soc@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] drm/exynos: cleanup header include
On Tue, 2024-08-13 at 16:55 +0900, Kwanghoon Son wrote:
> Cleanup header include
>
> Signed-off-by: Kwanghoon Son <k.son@...sung.com>
> ---
> drivers/gpu/drm/exynos/exynos_drm_fb.c | 5 -----
> 1 file changed, 5 deletions(-)
>
> diff --git a/drivers/gpu/drm/exynos/exynos_drm_fb.c b/drivers/gpu/drm/exynos/exynos_drm_fb.c
> index fc1c5608db96..b6139e179aa9 100644
> --- a/drivers/gpu/drm/exynos/exynos_drm_fb.c
> +++ b/drivers/gpu/drm/exynos/exynos_drm_fb.c
> @@ -10,17 +10,12 @@
>
> #include <drm/drm_atomic.h>
> #include <drm/drm_atomic_helper.h>
> -#include <drm/drm_crtc.h>
> #include <drm/drm_framebuffer.h>
> -#include <drm/drm_fourcc.h>
> #include <drm/drm_gem_framebuffer_helper.h>
> -#include <drm/drm_probe_helper.h>
> #include <drm/exynos_drm.h>
>
> -#include "exynos_drm_crtc.h"
> #include "exynos_drm_drv.h"
> #include "exynos_drm_fb.h"
> -#include "exynos_drm_fbdev.h"
Please don't merge this.
This has compile error when add more devices (more than defconfig).
I'll fix and send v2.
kwang.
>
> static int check_fb_gem_memory_type(struct drm_device *drm_dev,
> struct exynos_drm_gem *exynos_gem)
>
> ---
> base-commit: 7c626ce4bae1ac14f60076d00eafe71af30450ba
> change-id: 20240813-clean_header-863930a8f82f
>
> Best regards,
Powered by blists - more mailing lists