diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/superio/winbond/w83627hf/superio.c | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/src/superio/winbond/w83627hf/superio.c b/src/superio/winbond/w83627hf/superio.c index 8ecec62bbe..1d1b169e83 100644 --- a/src/superio/winbond/w83627hf/superio.c +++ b/src/superio/winbond/w83627hf/superio.c @@ -57,20 +57,6 @@ static u8 pnp_read_index(u16 port, u8 reg) return inb(port + 1); } -#if CONFIG_EXPERT -static void w83627hf_16_bit_addr_qual(device_t dev) -{ - u8 reg8; - - /* Enable 16 bit address qualification. */ - pnp_enter_ext_func_mode(dev); - reg8 = pnp_read_config(dev, 0x24); - reg8 |= (1 << 7); - pnp_write_config(dev, 0x24, reg8); - pnp_exit_ext_func_mode(dev); -} -#endif - static void enable_hwm_smbus(device_t dev) { u8 reg8; |