diff options
Diffstat (limited to 'src/superio/fintek/f71859')
-rw-r--r-- | src/superio/fintek/f71859/superio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/superio/fintek/f71859/superio.c b/src/superio/fintek/f71859/superio.c index 6de68df501..976cb87f8f 100644 --- a/src/superio/fintek/f71859/superio.c +++ b/src/superio/fintek/f71859/superio.c @@ -42,7 +42,7 @@ static struct device_operations ops = { static struct pnp_info pnp_dev_info[] = { /* TODO: Some of the 0x07f8 etc. values may not be correct. */ - { &ops, F71859_SP1, PNP_IO0 | PNP_IRQ0, 0x07f8, }, + { NULL, F71859_SP1, PNP_IO0 | PNP_IRQ0, 0x07f8, }, }; static void enable_dev(struct device *dev) |