]> git.karo-electronics.de Git - karo-tx-linux.git/commit
hwmon: (lm75.h) Update header inclusion
authorJean Delvare <khali@linux-fr.org>
Mon, 18 Mar 2013 22:57:24 +0000 (09:57 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Mon, 18 Mar 2013 22:57:24 +0000 (09:57 +1100)
commitae6292b22f2cbfa7f281a56a6d05fd5cddafaf00
treeb62ee80aafd9d5c3e2936e5a73a84f26645bd4fc
parentdb2da6c3ec8fe4e13985b2e2961dc9646886441c
hwmon: (lm75.h) Update header inclusion

File lm75.h used to include <linux/hwmon.h> for SENSORS_LIMIT() but
this function is gone by now. Instead we call clamp_val() so we should
include <linux/kernel.h>, where this function is declared.

Signed-off-by: Jean Delvare <khali@linux-fr.org>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
drivers/hwmon/lm75.h