[PATCH] drm/i915: Fix !CONFIG_PM sysfs for real this time

2012-09-20 Thread Daniel Vetter
On Wed, Sep 19, 2012 at 10:50:19AM -0700, Ben Widawsky wrote: > Somehow this hunk got dropped from my last patch. We do not have the > rc6_attrs when there is no CONFIG_PM so this causes a compilation error. > > Reported-by: Fengguang Wu > Signed-off-by: Ben Widawsky Queued for -next, thanks for

Re: [PATCH] drm/i915: Fix !CONFIG_PM sysfs for real this time

2012-09-20 Thread Daniel Vetter
On Wed, Sep 19, 2012 at 10:50:19AM -0700, Ben Widawsky wrote: > Somehow this hunk got dropped from my last patch. We do not have the > rc6_attrs when there is no CONFIG_PM so this causes a compilation error. > > Reported-by: Fengguang Wu > Signed-off-by: Ben Widawsky Queued for -next, thanks for

[PATCH] drm/i915: Fix !CONFIG_PM sysfs for real this time

2012-09-19 Thread Ben Widawsky
Somehow this hunk got dropped from my last patch. We do not have the rc6_attrs when there is no CONFIG_PM so this causes a compilation error. Reported-by: Fengguang Wu Signed-off-by: Ben Widawsky --- drivers/gpu/drm/i915/i915_sysfs.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers

[PATCH] drm/i915: Fix !CONFIG_PM sysfs for real this time

2012-09-19 Thread Ben Widawsky
Somehow this hunk got dropped from my last patch. We do not have the rc6_attrs when there is no CONFIG_PM so this causes a compilation error. Reported-by: Fengguang Wu Signed-off-by: Ben Widawsky --- drivers/gpu/drm/i915/i915_sysfs.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers