aboutsummaryrefslogtreecommitdiff
path: root/src/superio/ite/it8728f/it8728f_hwm.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/superio/ite/it8728f/it8728f_hwm.c')
-rw-r--r--src/superio/ite/it8728f/it8728f_hwm.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/superio/ite/it8728f/it8728f_hwm.c b/src/superio/ite/it8728f/it8728f_hwm.c
index 23fa9e8830..47dd274689 100644
--- a/src/superio/ite/it8728f/it8728f_hwm.c
+++ b/src/superio/ite/it8728f/it8728f_hwm.c
@@ -35,12 +35,6 @@
#define HWM_FAN3_CTL_PWM 0x17 /* default 0x00 */
#define HWM_ADC_TEMP_CHAN_EN_REG 0x51 /* default 0x00 */
-static void pnp_write_index(u16 port, u8 reg, u8 value)
-{
- outb(reg, port);
- outb(value, port + 1);
-}
-
void it8728f_hwm_ec_init(struct device *dev)
{
struct superio_ite_it8728f_config *conf = dev->chip_info;