diff options
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2012-04-18 18:16:49 -0400 |
---|---|---|
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2012-04-30 01:37:20 -0400 |
commit | a94d72b13642364e4d9da6e9165da05c0e055507 (patch) | |
tree | f85b78d1a721b305ceb5ceb80662428abede5c81 /drivers/macintosh/windfarm_smu_controls.c | |
parent | e074d08e2b98db1b19328bb9395052b34366831d (diff) |
powerpc/windfarm: Remove spurrious sysfs_attr_init()
The windfarm core will do it, so this is a duplicate.
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'drivers/macintosh/windfarm_smu_controls.c')
-rw-r--r-- | drivers/macintosh/windfarm_smu_controls.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/macintosh/windfarm_smu_controls.c b/drivers/macintosh/windfarm_smu_controls.c index 3c2be5193fd5..c155a54e8638 100644 --- a/drivers/macintosh/windfarm_smu_controls.c +++ b/drivers/macintosh/windfarm_smu_controls.c | |||
@@ -172,7 +172,6 @@ static struct smu_fan_control *smu_fan_create(struct device_node *node, | |||
172 | 172 | ||
173 | fct->fan_type = pwm_fan; | 173 | fct->fan_type = pwm_fan; |
174 | fct->ctrl.type = pwm_fan ? WF_CONTROL_PWM_FAN : WF_CONTROL_RPM_FAN; | 174 | fct->ctrl.type = pwm_fan ? WF_CONTROL_PWM_FAN : WF_CONTROL_RPM_FAN; |
175 | sysfs_attr_init(&fct->ctrl.attr.attr); | ||
176 | 175 | ||
177 | /* We use the name & location here the same way we do for SMU sensors, | 176 | /* We use the name & location here the same way we do for SMU sensors, |
178 | * see the comment in windfarm_smu_sensors.c. The locations are a bit | 177 | * see the comment in windfarm_smu_sensors.c. The locations are a bit |