]> git.karo-electronics.de Git - karo-tx-linux.git/commit
drm/i915: Fix !CONFIG_PM sysfs for real this time
authorBen Widawsky <ben@bwidawsk.net>
Wed, 19 Sep 2012 17:50:19 +0000 (10:50 -0700)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Thu, 20 Sep 2012 12:23:11 +0000 (14:23 +0200)
commit853c70e8dabcb1ae2c38ef2b8d40f6eb5435555b
tree8fc62756e375244b167b3f39276c2fa165f3475f
parent41783eea1a7f7d033ace4fd78218dd5f37b2db5f
drm/i915: Fix !CONFIG_PM sysfs for real this time

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 <fengguang.wu@intel.com>
Signed-off-by: Ben Widawsky <ben@bwidawsk.net>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/i915_sysfs.c