X-Git-Url: http://git.monstr.eu/?a=blobdiff_plain;f=drivers%2Fgpu%2Fdrm%2Fi915%2Fintel_runtime_pm.h;h=183ea2b187fe9aa9361cc926dff6d1ef5db7cee9;hb=cf586021642d8017cde111b7dd1ba86224e9da51;hp=1e4ddd11c12bb0008bd5c6538a23b3bdd78e4e34;hpb=efd8929b9eec1cde120abb36d76dd00ff6711023;p=linux-2.6-microblaze.git diff --git a/drivers/gpu/drm/i915/intel_runtime_pm.h b/drivers/gpu/drm/i915/intel_runtime_pm.h index 1e4ddd11c12b..183ea2b187fe 100644 --- a/drivers/gpu/drm/i915/intel_runtime_pm.h +++ b/drivers/gpu/drm/i915/intel_runtime_pm.h @@ -49,7 +49,7 @@ enum i915_drm_suspend_mode { */ struct intel_runtime_pm { atomic_t wakeref_count; - struct device *kdev; /* points to i915->drm.pdev->dev */ + struct device *kdev; /* points to i915->drm.dev */ bool available; bool suspended; bool irqs_enabled;