All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drm/i915/gt: Fix duplicate included intel_region_lmem.h
@ 2021-06-16  6:01 ` Jiapeng Chong
  0 siblings, 0 replies; 8+ messages in thread
From: Jiapeng Chong @ 2021-06-16  6:01 UTC (permalink / raw)
  To: jani.nikula
  Cc: joonas.lahtinen, rodrigo.vivi, airlied, daniel, intel-gfx,
	dri-devel, linux-kernel, Jiapeng Chong

Clean up the following includecheck warning:

./drivers/gpu/drm/i915/gt/intel_region_lmem.c: intel_region_lmem.h is
included more than once.

No functional change.

Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Signed-off-by: Jiapeng Chong <jiapeng.chong@linux.alibaba.com>
---
 drivers/gpu/drm/i915/gt/intel_region_lmem.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/gpu/drm/i915/gt/intel_region_lmem.c b/drivers/gpu/drm/i915/gt/intel_region_lmem.c
index f7366b0..aa3cfca 100644
--- a/drivers/gpu/drm/i915/gt/intel_region_lmem.c
+++ b/drivers/gpu/drm/i915/gt/intel_region_lmem.c
@@ -5,7 +5,6 @@
 
 #include "i915_drv.h"
 #include "intel_memory_region.h"
-#include "intel_region_lmem.h"
 #include "intel_region_ttm.h"
 #include "gem/i915_gem_lmem.h"
 #include "gem/i915_gem_region.h"
-- 
1.8.3.1


^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2021-06-17 17:44 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-16  6:01 [PATCH] drm/i915/gt: Fix duplicate included intel_region_lmem.h Jiapeng Chong
2021-06-16  6:01 ` [Intel-gfx] " Jiapeng Chong
2021-06-16  6:01 ` Jiapeng Chong
2021-06-16 18:44 ` [Intel-gfx] ✓ Fi.CI.BAT: success for " Patchwork
2021-06-16 21:57 ` [Intel-gfx] ✓ Fi.CI.IGT: " Patchwork
2021-06-17 17:44 ` [PATCH] " Daniel Vetter
2021-06-17 17:44   ` [Intel-gfx] " Daniel Vetter
2021-06-17 17:44   ` Daniel Vetter

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.