drm/i915: Kill the dev variable in intel_suspend_complete()
authorDamien Lespiau <damien.lespiau@intel.com>
Wed, 20 May 2015 13:45:16 +0000 (14:45 +0100)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Wed, 20 May 2015 15:53:06 +0000 (17:53 +0200)
commit16e44e3e93c429b44a1441049ce89208fd3e0d28
tree94673741ba4aecc84846a3fd3ca6c769a8d31364
parentff0b187f92f61503c8af67d3dc5e6e91fbe2f9cc
drm/i915: Kill the dev variable in intel_suspend_complete()

The macros we use there are the magic ones that can take either dev or
dev_priv. We'd like to move as much as possible towards dev_priv though.

Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/i915_drv.c