summaryrefslogtreecommitdiffstats
path: root/src/superio/fintek/f81216h/superio.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/superio/fintek/f81216h/superio.c')
-rw-r--r--src/superio/fintek/f81216h/superio.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/superio/fintek/f81216h/superio.c b/src/superio/fintek/f81216h/superio.c
index 17483c317756..279187611ab1 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)