superio/ite/it8712f: Drop model specific sio func for generic ver

Drop it8712f_kill_watchdog() in favor of common ite_kill_watchdog()
introduced in commit rev:

a7d14a1 ite/common: Introduce common watchdog and 3.3V VSB helpers

Change-Id: I9fc4d3ee7992618b5b14e35166e848d6e1cffa8b
Signed-off-by: Edward O'Callaghan <eocallaghan@alterapraxis.com>
Reviewed-on: http://review.coreboot.org/5837
Tested-by: build bot (Jenkins)
Reviewed-by: Idwer Vollering <vidwer@gmail.com>
This commit is contained in:
Edward O'Callaghan 2014-05-24 09:11:31 +10:00 committed by Idwer Vollering
parent 40e936a199
commit 9bea0c1d14
2 changed files with 0 additions and 8 deletions

View File

@ -74,10 +74,3 @@ void it8712f_enable_3vsbsw(void)
it8712f_sio_write(IT8712F_GPIO, IT8712F_CONFIG_REG_MFC, 0x80); it8712f_sio_write(IT8712F_GPIO, IT8712F_CONFIG_REG_MFC, 0x80);
it8712f_exit_conf(); it8712f_exit_conf();
} }
void it8712f_kill_watchdog(void)
{
it8712f_enter_conf();
it8712f_sio_write(IT8712F_GPIO, IT8712F_CONFIG_REG_WATCHDOG, 0x00);
it8712f_exit_conf();
}

View File

@ -35,7 +35,6 @@
#define IT8712F_GAME 0x09 /* GAME port */ #define IT8712F_GAME 0x09 /* GAME port */
#define IT8712F_IR 0x0a /* Consumer IR */ #define IT8712F_IR 0x0a /* Consumer IR */
void it8712f_kill_watchdog(void);
void it8712f_enable_3vsbsw(void); void it8712f_enable_3vsbsw(void);
#endif /* SUPERIO_ITE_IT8712F_H */ #endif /* SUPERIO_ITE_IT8712F_H */