diff options
author | Nicolas Kaiser <nikai@nikai.net> | 2007-11-07 07:28:59 -0500 |
---|---|---|
committer | Mark M. Hoffman <mhoffman@lightlink.com> | 2008-02-07 20:39:40 -0500 |
commit | 5aebefb08682ebd67ea0b902950d00169e1451cb (patch) | |
tree | f708da371342a458f773aad2fa9b76dee67d64fb /drivers/hwmon/w83793.c | |
parent | 6722feada7f6213ba06d510ef853e57ddcd59dae (diff) |
hwmon: (w83793) remove duplicated defines
Remove duplicated defines.
Signed-off-by: Nicolas Kaiser <nikai@nikai.net>
Acked-by: Jean Delvare <khali@linux-fr.org>
Signed-off-by: Mark M. Hoffman <mhoffman@lightlink.com>
Diffstat (limited to 'drivers/hwmon/w83793.c')
-rw-r--r-- | drivers/hwmon/w83793.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/hwmon/w83793.c b/drivers/hwmon/w83793.c index 48599e1cc554..6b5c99c9e806 100644 --- a/drivers/hwmon/w83793.c +++ b/drivers/hwmon/w83793.c | |||
@@ -131,6 +131,7 @@ static u8 scale_in_add[] = { 0, 0, 0, 0, 0, 0, 0, 150, 150, 0 }; | |||
131 | #define PWM_DUTY 0 | 131 | #define PWM_DUTY 0 |
132 | #define PWM_START 1 | 132 | #define PWM_START 1 |
133 | #define PWM_NONSTOP 2 | 133 | #define PWM_NONSTOP 2 |
134 | #define PWM_STOP_TIME 3 | ||
134 | #define W83793_REG_PWM(index, nr) (((nr) == 0 ? 0xb3 : \ | 135 | #define W83793_REG_PWM(index, nr) (((nr) == 0 ? 0xb3 : \ |
135 | (nr) == 1 ? 0x220 : 0x218) + (index)) | 136 | (nr) == 1 ? 0x220 : 0x218) + (index)) |
136 | 137 | ||
@@ -407,10 +408,6 @@ store_fan_min(struct device *dev, struct device_attribute *attr, | |||
407 | return count; | 408 | return count; |
408 | } | 409 | } |
409 | 410 | ||
410 | #define PWM_DUTY 0 | ||
411 | #define PWM_START 1 | ||
412 | #define PWM_NONSTOP 2 | ||
413 | #define PWM_STOP_TIME 3 | ||
414 | static ssize_t | 411 | static ssize_t |
415 | show_pwm(struct device *dev, struct device_attribute *attr, char *buf) | 412 | show_pwm(struct device *dev, struct device_attribute *attr, char *buf) |
416 | { | 413 | { |