drm/i915: group all hotplug related fields into a new struct in dev_priv
authorJani Nikula <jani.nikula@intel.com>
Wed, 27 May 2015 12:03:42 +0000 (15:03 +0300)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Fri, 29 May 2015 08:15:20 +0000 (10:15 +0200)
There are plenty of hotplug related fields in struct drm_i915_private
scattered all around. Group them under one hotplug struct. Clean up
naming while at it. No functional changes.

Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>

No differences found