commit | c73bad746cad97e438ccd148705907f20697288a | [log] [tgz] |
---|---|---|
author | Guenter Roeck <linux@roeck-us.net> | Wed Jan 09 08:11:57 2013 -0800 |
committer | Guenter Roeck <linux@roeck-us.net> | Fri Jan 25 21:03:54 2013 -0800 |
tree | 8f4bec068be7f87fc1f1796471f40c7813f533c6 | |
parent | 2a844c148e1f714ebf42cb96e1b172ce394c36c9 [diff] |
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>