From: Tobias Klauser Date: Sun, 30 Jul 2006 10:03:23 +0000 (-0700) Subject: [PATCH] arch/alpha: Use ARRAY_SIZE macro X-Git-Tag: v2.6.18-rc4~134 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=25c8716cb08dea386c7d6220b82eba732ccbf976;p=pandora-kernel.git [PATCH] arch/alpha: Use ARRAY_SIZE macro Use ARRAY_SIZE macro instead of sizeof(x)/sizeof(x[0]) and remove a duplicate of the macro. Also remove some trailing whitespaces and needless braces. Signed-off-by: Tobias Klauser Cc: Richard Henderson Cc: Ivan Kokshaysky Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed