drm/xe: remove unnecessary struct dram_info forward declaration
authorJani Nikula <jani.nikula@intel.com>
Thu, 12 Feb 2026 13:12:06 +0000 (15:12 +0200)
committerMatt Roper <matthew.d.roper@intel.com>
Fri, 13 Feb 2026 23:01:43 +0000 (15:01 -0800)
There's no longer any need for the struct dram_info forward
declaration. Remove it.

Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Reviewed-by: Matt Roper <matthew.d.roper@intel.com>
Link: https://patch.msgid.link/20260212131206.1804113-1-jani.nikula@intel.com
Signed-off-by: Matt Roper <matthew.d.roper@intel.com>
drivers/gpu/drm/xe/xe_device_types.h

index 059f026..8f3ef83 100644 (file)
@@ -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;