From: Jean Delvare Date: Sat, 5 Jan 2008 14:37:05 +0000 (+0100) Subject: hwmon: (lm80) De-macro the sysfs callbacks X-Git-Tag: v2.6.25-rc1~281^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f8181762a04a3ff7878d3ec5c013bce9c771d4f7;p=pandora-kernel.git hwmon: (lm80) De-macro the sysfs callbacks Use standard dynamic sysfs callbacks instead of macro-generated functions. This makes the code more readable, and the binary smaller (by about 34%). As a side note, another benefit of this type of cleanup is that they shrink the build time. For example, this cleanup saves about 29% of the lm80 driver build time. Signed-off-by: Jean Delvare Signed-off-by: Mark M. Hoffman --- Reading git-diff-tree failed