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:
parent
d2a86da6e6
commit
901bdb3795
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue