From 9a6e4645021267669e4fdd1f940d591bb4d46805 Mon Sep 17 00:00:00 2001 From: Bill Richardson Date: Wed, 23 Oct 2013 13:16:40 -0700 Subject: cleanup: remove obsolete declaration from header When we cleaned up the alternate function GPIO initialization, we left a declaration for configure_fan_gpios() in fan.h. That function doesn't exist anywhere, so there's no point in declaring it. BUG=chrome-os-partner:18343 BRANCH=none TEST=manual Build everything. Nothing fails. Change-Id: I3d1fe1ff62e523aa7c87d57c5e838b01a0c6e899 Signed-off-by: Bill Richardson Reviewed-on: https://chromium-review.googlesource.com/174334 Reviewed-by: Randall Spangler --- include/fan.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/include/fan.h b/include/fan.h index ed91a8d3b4..7af956baae 100644 --- a/include/fan.h +++ b/include/fan.h @@ -26,9 +26,4 @@ void pwm_fan_set_percent_needed(int pct); */ int pwm_fan_percent_to_rpm(int pct); -/** - * Configure the fan GPIOs for the pwm module -- board-specific. - */ -void configure_fan_gpios(void); - #endif /* __CROS_EC_FAN_H */ -- cgit v1.2.1