From: Damien Lespiau Date: Sat, 30 Aug 2014 15:50:59 +0000 (+0100) Subject: drm/i915: Rename intel_wa_registers with a i915_ prefix X-Git-Tag: fixes-against-v3.18-rc2~73^2~32^2~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1ed1ef9dd91ef8067a45889367a888c7494675e0;p=pandora-kernel.git drm/i915: Rename intel_wa_registers with a i915_ prefix Those debugfs files are prefixed by i915, the name of the kernel module, presumably to make the difference with files exposed by core DRM. Also, add a ',' at the end of the last entry. This is to ease the conflict resolution when rebasing internal patches that add a member at the end of the array. Without it, wiggle can't do its job as we need to modify an existing line (appending the ','). Signed-off-by: Damien Lespiau Reviewed-by: Arun Siluvery Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed