superio/ite/common: fix prototype to match others

Change-Id: Id4a079d868c5c806c769b5559833566e8a6a8a71
Signed-off-by: Samuel Holland <samuel@sholland.org>
Reviewed-on: https://review.coreboot.org/20077
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Martin Roth <martinroth@google.com>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
This commit is contained in:
Samuel Holland 2017-06-06 20:40:27 -05:00 committed by Martin Roth
parent d2a86da6e6
commit 901bdb3795
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ static void enable_peci(const u16 base, const u8 tmpin)
* Set up External Temperature to read via thermal diode/resistor * Set up External Temperature to read via thermal diode/resistor
* into TMPINx register * 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) const enum ite_ec_thermal_mode mode)
{ {
u8 reg; u8 reg;