From: Jean Delvare Date: Mon, 18 Mar 2013 20:19:49 +0000 (+0100) Subject: hwmon: (lm75.h) Update header inclusion X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=5a4c060114822255302d4763ad6712f9cde2372b;p=linux-beck.git hwmon: (lm75.h) Update header inclusion File lm75.h used to include for SENSORS_LIMIT() but this function is gone by now. Instead we call clamp_val() so we should include , where this function is declared. Signed-off-by: Jean Delvare Reviewed-by: Guenter Roeck --- diff --git a/drivers/hwmon/lm75.h b/drivers/hwmon/lm75.h index 668ff4721323..5cde94e56f17 100644 --- a/drivers/hwmon/lm75.h +++ b/drivers/hwmon/lm75.h @@ -25,7 +25,7 @@ which contains this code, we don't worry about the wasted space. */ -#include +#include /* straight from the datasheet */ #define LM75_TEMP_MIN (-55000)