drivers/gpu/drm/exynos/exynos_drm_fb.c | 5 ----- 1 file changed, 5 deletions(-)
Cleanup header include
Signed-off-by: Kwanghoon Son <k.son@samsung.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"
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,
--
Kwanghoon Son <k.son@samsung.com>
On Tue, 2024-08-13 at 16:55 +0900, Kwanghoon Son wrote: > Cleanup header include > > Signed-off-by: Kwanghoon Son <k.son@samsung.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,
© 2016 - 2026 Red Hat, Inc.