From: Tobias Klauser Date: Tue, 10 Jan 2006 04:54:02 +0000 (-0800) Subject: [PATCH] drivers/char: Use ARRAY_SIZE macro X-Git-Tag: v2.6.16-rc1~501 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fe971071a89c5c5184fc9f3482c7a8e997cf0520;p=pandora-kernel.git [PATCH] drivers/char: Use ARRAY_SIZE macro Use ARRAY_SIZE macro instead of sizeof(x)/sizeof(x[0]) and remove duplicates of ARRAY_SIZE. Signed-off-by: Tobias Klauser Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed