Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

drm/xe: remove unnecessary struct dram_info forward declaration

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>

authored by

Jani Nikula and committed by
Matt Roper
4a175759 2405ba53

-1
-1
drivers/gpu/drm/xe/xe_device_types.h
··· 33 33 #define TEST_VM_OPS_ERROR 34 34 #endif 35 35 36 - struct dram_info; 37 36 struct drm_pagemap_shrinker; 38 37 struct intel_display; 39 38 struct intel_dg_nvm_dev;