]> git.baikalelectronics.ru Git - kernel.git/commit
platform/x86: (eeepc-laptop) Replace SENSORS_LIMIT with clamp_val
authorGuenter Roeck <linux@roeck-us.net>
Wed, 9 Jan 2013 16:11:57 +0000 (08:11 -0800)
committerGuenter Roeck <linux@roeck-us.net>
Sat, 26 Jan 2013 05:03:54 +0000 (21:03 -0800)
commit860106c7dde8617486f03ef3a1c238c957ac7d21
tree8f4bec068be7f87fc1f1796471f40c7813f533c6
parent8a8337636128582b26d2f26c4f4bb63797906724
platform/x86: (eeepc-laptop) Replace SENSORS_LIMIT with clamp_val

SENSORS_LIMIT and clamp_val have the same functionality, so retire SENSORS_LIMIT
as it is no longer needed.

The change reduces text size by 26 bytes and bss size by 16 bytes on x86_86
builds.

Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Acked-by: Jean Delvare <khali@linux-fr.org>
drivers/platform/x86/eeepc-laptop.c