diff options
Diffstat (limited to 'src/superio/fintek/f81216h/superio.c')
-rw-r--r-- | src/superio/fintek/f81216h/superio.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/superio/fintek/f81216h/superio.c b/src/superio/fintek/f81216h/superio.c index 17483c3177..279187611a 100644 --- a/src/superio/fintek/f81216h/superio.c +++ b/src/superio/fintek/f81216h/superio.c @@ -94,11 +94,11 @@ static struct device_operations ops = { }; static struct pnp_info pnp_dev_info[] = { - { &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, }, + { NULL, F81216H_SP1, PNP_IO0 | PNP_IRQ0, 0x07f8, }, + { NULL, F81216H_SP2, PNP_IO0 | PNP_IRQ0, 0x07f8, }, + { NULL, F81216H_SP3, PNP_IO0 | PNP_IRQ0, 0x07f8, }, + { NULL, F81216H_SP4, PNP_IO0 | PNP_IRQ0, 0x07f8, }, + { NULL, F81216H_WDT, }, }; static void enable_dev(struct device *dev) |