]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
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 059f026e80d5e6911108ca82d4a2325aabdfe923..8f3ef836541e79a5403d292ab1fbca7252317889 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;