mirror of
https://github.com/adulau/aha.git
synced 2024-12-29 20:26:25 +00:00
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>
This commit is contained in:
parent
6722feada7
commit
5aebefb086
1 changed files with 1 additions and 4 deletions
|
@ -131,6 +131,7 @@ static u8 scale_in_add[] = { 0, 0, 0, 0, 0, 0, 0, 150, 150, 0 };
|
||||||
#define PWM_DUTY 0
|
#define PWM_DUTY 0
|
||||||
#define PWM_START 1
|
#define PWM_START 1
|
||||||
#define PWM_NONSTOP 2
|
#define PWM_NONSTOP 2
|
||||||
|
#define PWM_STOP_TIME 3
|
||||||
#define W83793_REG_PWM(index, nr) (((nr) == 0 ? 0xb3 : \
|
#define W83793_REG_PWM(index, nr) (((nr) == 0 ? 0xb3 : \
|
||||||
(nr) == 1 ? 0x220 : 0x218) + (index))
|
(nr) == 1 ? 0x220 : 0x218) + (index))
|
||||||
|
|
||||||
|
@ -407,10 +408,6 @@ store_fan_min(struct device *dev, struct device_attribute *attr,
|
||||||
return count;
|
return count;
|
||||||
}
|
}
|
||||||
|
|
||||||
#define PWM_DUTY 0
|
|
||||||
#define PWM_START 1
|
|
||||||
#define PWM_NONSTOP 2
|
|
||||||
#define PWM_STOP_TIME 3
|
|
||||||
static ssize_t
|
static ssize_t
|
||||||
show_pwm(struct device *dev, struct device_attribute *attr, char *buf)
|
show_pwm(struct device *dev, struct device_attribute *attr, char *buf)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue