diff options
Diffstat (limited to 'sys/dev/pci/drm/i915_drv.h')
-rw-r--r-- | sys/dev/pci/drm/i915_drv.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/dev/pci/drm/i915_drv.h b/sys/dev/pci/drm/i915_drv.h index 2ce618b8354..4e766505866 100644 --- a/sys/dev/pci/drm/i915_drv.h +++ b/sys/dev/pci/drm/i915_drv.h @@ -439,9 +439,8 @@ struct intel_gen6_power_mgmt { u8 min_delay; u8 max_delay; -#if 0 - struct delayed_work delayed_resume_work; -#endif + struct workq_task delayed_resume_task; + struct timeout delayed_resume_to; /* * Protects RPS/RC6 register access and PCU communication. |