Samuel Holland has uploaded this change for review. ( https://review.coreboot.org/20077
Change subject: superio/ite/common: fix prototype to match others ......................................................................
superio/ite/common: fix prototype to match others
Change-Id: Id4a079d868c5c806c769b5559833566e8a6a8a71 Signed-off-by: Samuel Holland samuel@sholland.org --- M src/superio/ite/common/env_ctrl.c 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/77/20077/1
diff --git a/src/superio/ite/common/env_ctrl.c b/src/superio/ite/common/env_ctrl.c index b3312e6..1e313ce 100644 --- a/src/superio/ite/common/env_ctrl.c +++ b/src/superio/ite/common/env_ctrl.c @@ -98,7 +98,7 @@ * Set up External Temperature to read via thermal diode/resistor * into TMPINx register */ -static void enable_tmpin(const u16 base, const int tmpin, +static void enable_tmpin(const u16 base, const u8 tmpin, const enum ite_ec_thermal_mode mode) { u8 reg;