From: Daniel Kurtz Date: Tue, 27 Mar 2012 18:36:16 +0000 (+0800) Subject: drm/i915/intel_i2c: allocate gmbus array as part of drm_i915_private X-Git-Tag: v3.5-rc1~83^2~140^2~47 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f2c9677be3158c31ba19f527e2be0f7a519e19d1;p=pandora-kernel.git drm/i915/intel_i2c: allocate gmbus array as part of drm_i915_private This memory is always allocated, and it is always a fixed size, so just allocate it along with the rest of the driver state. Signed-off-by: Daniel Kurtz Reviewed-by: Daniel Vetter Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed