From: Daniel Vetter Date: Tue, 14 Feb 2012 21:37:22 +0000 (+0100) Subject: drm/i915: merge struct intel_gpio into struct intel_gmbus X-Git-Tag: v3.4-rc1~143^2~18^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=36c785f051b21728775c9c4f2621d37d586553d0;p=pandora-kernel.git drm/i915: merge struct intel_gpio into struct intel_gmbus When we set up the gpio fallback, we always have a 1:1 relationship with an intel_gmbus. Exploit that to store all gpio related data in there, too. This is a preparation step to merge the tw i2c adapters controlling the same bus into one. Just mundane code-munging in this patch. Reviewed-by: Eugeni Dodonov Signed-Off-by: Daniel Vetter --- Reading git-diff-tree failed