summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBill Richardson <wfrichar@chromium.org>2013-10-23 13:16:40 -0700
committerchrome-internal-fetch <chrome-internal-fetch@google.com>2013-10-23 23:53:27 +0000
commit9a6e4645021267669e4fdd1f940d591bb4d46805 (patch)
tree1595b1a29acb1dc81af39b99712afb3420af90ce
parent251a80add32509d258ada5dd5744371f50253b43 (diff)
downloadchrome-ec-9a6e4645021267669e4fdd1f940d591bb4d46805.tar.gz
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 <wfrichar@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/174334 Reviewed-by: Randall Spangler <rspangler@chromium.org>
-rw-r--r--include/fan.h5
1 files changed, 0 insertions, 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 */