diff options
author | Jean Delvare <khali@linux-fr.org> | 2005-07-28 23:14:59 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2005-09-05 09:14:17 -0700 |
commit | 53ae11b08353268c4012ef107bf205a0724d71aa (patch) | |
tree | 10820fdc417eb80a329a3326315fe74d5f545ae3 /drivers/hwmon/lm75.h | |
parent | b6d7b3d1b5a388b7e9af2629a9ecccedee064078 (diff) | |
download | kernel_samsung_crespo-53ae11b08353268c4012ef107bf205a0724d71aa.zip kernel_samsung_crespo-53ae11b08353268c4012ef107bf205a0724d71aa.tar.gz kernel_samsung_crespo-53ae11b08353268c4012ef107bf205a0724d71aa.tar.bz2 |
[PATCH] hwmon: move SENSORS_LIMIT to hwmon.h
Move SENSORS_LIMIT from i2c-sensor.h to hwmon.h, as it is in no way
related to i2c.
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/hwmon/lm75.h')
-rw-r--r-- | drivers/hwmon/lm75.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hwmon/lm75.h b/drivers/hwmon/lm75.h index 63e3f2f..af7dc65 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 <linux/i2c-sensor.h> +#include <linux/hwmon.h> /* straight from the datasheet */ #define LM75_TEMP_MIN (-55000) |