Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drm/xe: remove unnecessary struct dram_info forward declaration
@ 2026-02-12 13:12 Jani Nikula
  2026-02-12 14:17 ` ✓ CI.KUnit: success for " Patchwork
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Jani Nikula @ 2026-02-12 13:12 UTC (permalink / raw)
  To: intel-xe; +Cc: jani.nikula

There's no longer any need for the struct dram_info forward
declaration. Remove it.

Signed-off-by: Jani Nikula <jani.nikula@intel.com>
---
 drivers/gpu/drm/xe/xe_device_types.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/gpu/drm/xe/xe_device_types.h b/drivers/gpu/drm/xe/xe_device_types.h
index 059f026e80d5..8f3ef836541e 100644
--- a/drivers/gpu/drm/xe/xe_device_types.h
+++ b/drivers/gpu/drm/xe/xe_device_types.h
@@ -33,7 +33,6 @@
 #define TEST_VM_OPS_ERROR
 #endif
 
-struct dram_info;
 struct drm_pagemap_shrinker;
 struct intel_display;
 struct intel_dg_nvm_dev;
-- 
2.47.3


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

end of thread, other threads:[~2026-02-13 22:45 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-12 13:12 [PATCH] drm/xe: remove unnecessary struct dram_info forward declaration Jani Nikula
2026-02-12 14:17 ` ✓ CI.KUnit: success for " Patchwork
2026-02-12 15:02 ` ✓ Xe.CI.BAT: " Patchwork
2026-02-13 17:31 ` ✗ Xe.CI.FULL: failure " Patchwork
2026-02-13 22:45   ` Matt Roper
2026-02-13 22:41 ` [PATCH] " Matt Roper

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox