From: Nikitas Angelinas Date: Wed, 20 Oct 2010 22:57:31 +0000 (-0700) Subject: time: Use ARRAY_SIZE macro in timecompare.c X-Git-Tag: v2.6.38-rc1~416^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2bf1c05e3c406925e498d06da66b4828f0209ea6;p=pandora-kernel.git time: Use ARRAY_SIZE macro in timecompare.c Replace sizeof(buffer)/sizeof(buffer[0]) with ARRAY_SIZE(buffer) in kernel/time/timecompare.c Signed-off-by: Nikitas Angelinas Signed-off-by: Andrew Morton Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed