summaryrefslogtreecommitdiff
path: root/common/fan.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/fan.c')
-rw-r--r--common/fan.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/common/fan.c b/common/fan.c
index 86cdafe814..b3f4428af0 100644
--- a/common/fan.c
+++ b/common/fan.c
@@ -439,8 +439,6 @@ static void pwm_fan_init(void)
int i;
int fan = 0;
- gpio_config_module(MODULE_PWM_FAN, 1);
-
for (fan = 0; fan < CONFIG_FANS; fan++)
fan_channel_setup(fans[fan].ch, fans[fan].flags);