From: Bill Pemberton Date: Thu, 23 Apr 2009 19:54:56 +0000 (-0400) Subject: Staging: comedi: make use of ARRAY_SIZE macro X-Git-Tag: v2.6.31-rc1~105^2~253 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8629efa4cbf6f89a54a85af4b8bc31762af01800;p=pandora-kernel.git Staging: comedi: make use of ARRAY_SIZE macro Replace instances of computing number of elements in an array with sizeof(foo)/sizeof(struct footype) with the ARRAY_SIZE macro. Signed-off-by: Bill Pemberton Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed