From: Jeff Dike Date: Fri, 6 Jan 2006 08:18:51 +0000 (-0800) Subject: [PATCH] uml: use ARRAY_SIZE X-Git-Tag: v2.6.16-rc1~936^2~143 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0834cc77af6a8a650f803d4a7c3c0f134b366f87;p=pandora-kernel.git [PATCH] uml: use ARRAY_SIZE This patch replaces instances of "sizeof(foo)/sizeof(foo[0])" with ARRAY_SIZE(foo), which expands to the same thing. Signed-off-by: Jeff Dike Cc: Paolo 'Blaisorblade' Giarrusso Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed