]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
drm/i915: Resolve interaction with drm-fixes tree
authorMark Brown <broonie@linaro.org>
Thu, 3 Oct 2013 17:10:55 +0000 (18:10 +0100)
committerThierry Reding <treding@nvidia.com>
Thu, 24 Oct 2013 13:03:00 +0000 (15:03 +0200)
Signed-off-by: Mark Brown <broonie@linaro.org>
drivers/gpu/drm/i915/intel_pm.c

index 9b70c34fce78a13e4e26aea6c1082e2ab415c0b9..3e140aba4b87c8c28c04d0382704b58039cd2083 100644 (file)
@@ -6025,7 +6025,5 @@ void intel_pm_init(struct drm_device *dev)
 
        INIT_DELAYED_WORK(&dev_priv->rps.delayed_resume_work,
                          intel_gen6_powersave_work);
-
-       INIT_DELAYED_WORK(&dev_priv->rps.vlv_work, vlv_rps_timer_work);
 }