From: Mike Frysinger Date: Fri, 24 Jun 2011 04:33:02 +0000 (+0000) Subject: can: bfin_can: auto-calculate accessor sizes X-Git-Tag: v3.1-rc1~316^2~323 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cfbf7586bc07cd6d14cd93ca56d8a3f90e248625;p=pandora-kernel.git can: bfin_can: auto-calculate accessor sizes Since we have a struct that defines the sizes of the registers, we don't need to explicitly use the 16bit read/write helpers. Let the code figure out which size access to make based on the size of the C type. There should be no functional changes here. Signed-off-by: Mike Frysinger Acked-by: Wolfgang Grandegger Signed-off-by: David S. Miller --- Reading git-diff-tree failed