From: Imre Deak Date: Fri, 25 Oct 2013 14:36:49 +0000 (+0300) Subject: drm/i915: remove device field from struct power_well X-Git-Tag: v3.13-rc1~76^2~11^2~25 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b4ed448447970aab11ee33ac28716baaff68fbb8;p=pandora-kernel.git drm/i915: remove device field from struct power_well The only real need for this field was in i915_{request,release}_power_well, but there we can get at it by a container_of magic. Also since in the future we'll have multiple power wells each with its own power_well struct it makes sense to remove the field from there where it'd be just redundancy. Suggested-by: Paulo Zanoni Signed-off-by: Imre Deak Reviewed-by: Paulo Zanoni Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed