projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2405ba5
)
drm/xe: remove unnecessary struct dram_info forward declaration
author
Jani Nikula
<jani.nikula@intel.com>
Thu, 12 Feb 2026 13:12:06 +0000
(15:12 +0200)
committer
Matt 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
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/xe/xe_device_types.h
b/drivers/gpu/drm/xe/xe_device_types.h
index
059f026
..
8f3ef83
100644
(file)
--- 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;