hwmon: (g760a) Make rpm_from_cnt static
authorJean Delvare <khali@linux-fr.org>
Fri, 5 Mar 2010 21:17:22 +0000 (22:17 +0100)
committerJean Delvare <khali@linux-fr.org>
Fri, 5 Mar 2010 21:17:22 +0000 (22:17 +0100)
commitebec05bdc4f7d3da852aa86fb54b163d9aeb9848
tree54bd0d9327a4b83651c2f5d640848f304ee6ff0f
parentcccfc9c4bb3c7888f8249b36e08d6e115238c613
hwmon: (g760a) Make rpm_from_cnt static

Function rpm_from_cnt is only used internally so it can be made
static. Make it inline while we're here, for performance reasons
(although hopefully gcc would figure out by itself...)

Signed-off-by: Jean Delvare <khali@linux-fr.org>
Cc: Herbert Valerio Riedel <hvr@gnu.org>
Acked-by: Martin Michlmayr <tbm@cyrius.com>
drivers/hwmon/g760a.c