Skip to content

Commit 38759cc

Browse files
committed
drm/xe: remove stale runtime_pm member
This has become unused and unnecessary. Remove. Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com> Link: https://patch.msgid.link/20251112185547.172113-1-jani.nikula@intel.com Signed-off-by: Jani Nikula <jani.nikula@intel.com>
1 parent 4341dd2 commit 38759cc

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

drivers/gpu/drm/xe/xe_device_types.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -645,9 +645,6 @@ struct xe_device {
645645
*/
646646
u32 edram_size_mb;
647647

648-
/* To shut up runtime pm macros.. */
649-
struct xe_runtime_pm {} runtime_pm;
650-
651648
struct intel_uncore {
652649
spinlock_t lock;
653650
} uncore;

0 commit comments

Comments
 (0)