]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
hwmon: (lm75.h) Update header inclusion
authorJean Delvare <khali@linux-fr.org>
Mon, 18 Mar 2013 20:19:49 +0000 (21:19 +0100)
committerJean Delvare <khali@endymion.delvare>
Mon, 18 Mar 2013 20:19:49 +0000 (21:19 +0100)
commit5a4c060114822255302d4763ad6712f9cde2372b
treeb62ee80aafd9d5c3e2936e5a73a84f26645bd4fc
parent94877548ec95269db60b61ee56ccea4fb27bbf7c
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