hwmon: (w83627ehf) Uninline is_word_sized
authorJean Delvare <khali@linux-fr.org>
Thu, 20 Oct 2011 07:08:27 +0000 (03:08 -0400)
committerGuenter Roeck <guenter.roeck@ericsson.com>
Mon, 24 Oct 2011 18:09:47 +0000 (11:09 -0700)
Helper function is_word_sized has grown too much to be kept inline. It
was OK when there were only 6 word-sized registers but support for new
devices have made the list much longer. The function is also called
from more places than before.

Signed-off-by: Jean Delvare <khali@linux-fr.org>
Cc: Guenter Roeck <guenter.roeck@ericsson.com>
Signed-off-by: Guenter Roeck <guenter.roeck@ericsson.com>

No differences found