From: Jean Delvare Date: Mon, 18 Mar 2013 22:57:24 +0000 (+1100) Subject: hwmon: (lm75.h) Update header inclusion X-Git-Tag: next-20130320~76^2~5 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=ae6292b22f2cbfa7f281a56a6d05fd5cddafaf00;p=karo-tx-linux.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)