diff options
Diffstat (limited to 'src/superio/fintek/f81216h/superio.c')
-rw-r--r-- | src/superio/fintek/f81216h/superio.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/superio/fintek/f81216h/superio.c b/src/superio/fintek/f81216h/superio.c index 26a719ef23..17483c3177 100644 --- a/src/superio/fintek/f81216h/superio.c +++ b/src/superio/fintek/f81216h/superio.c @@ -94,10 +94,10 @@ static struct device_operations ops = { }; static struct pnp_info pnp_dev_info[] = { - { &ops, F81216H_SP1, PNP_IO0 | PNP_IRQ0, {0x07f8, 0}, }, - { &ops, F81216H_SP2, PNP_IO0 | PNP_IRQ0, {0x07f8, 0}, }, - { &ops, F81216H_SP3, PNP_IO0 | PNP_IRQ0, {0x07f8, 0}, }, - { &ops, F81216H_SP4, PNP_IO0 | PNP_IRQ0, {0x07f8, 0}, }, + { &ops, F81216H_SP1, PNP_IO0 | PNP_IRQ0, 0x07f8, }, + { &ops, F81216H_SP2, PNP_IO0 | PNP_IRQ0, 0x07f8, }, + { &ops, F81216H_SP3, PNP_IO0 | PNP_IRQ0, 0x07f8, }, + { &ops, F81216H_SP4, PNP_IO0 | PNP_IRQ0, 0x07f8, }, { &ops, F81216H_WDT, }, }; |