From: Timur Tabi Date: Thu, 9 Nov 2006 21:42:44 +0000 (-0600) Subject: [PATCH] Optimize qe_brg struct to use an array X-Git-Tag: v2.6.20-rc1~34^2~40^2~8^2~147 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fc9e8b4e275b6882cb537154c8fc7cde3692eea0;p=pandora-kernel.git [PATCH] Optimize qe_brg struct to use an array The qe_brg structure manually defined each of the 16 BRG registers, which made any code that used them cumbersome. This patch replaces the fields with a single 16-element array. Signed-off-by: Timur Tabi Signed-off-by: Kumar Gala Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed