aboutsummaryrefslogtreecommitdiff
path: root/src/superio/nsc/pc87382/superio.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/superio/nsc/pc87382/superio.c')
-rw-r--r--src/superio/nsc/pc87382/superio.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/superio/nsc/pc87382/superio.c b/src/superio/nsc/pc87382/superio.c
index 377107efd5..7377c9e334 100644
--- a/src/superio/nsc/pc87382/superio.c
+++ b/src/superio/nsc/pc87382/superio.c
@@ -46,10 +46,10 @@ static struct device_operations ops = {
};
static struct pnp_info pnp_dev_info[] = {
- { &ops, PC87382_IR, PNP_IO0 | PNP_IRQ0 | PNP_DRQ0 | PNP_DRQ1, { 0x07f8, 0 } },
- { &ops, PC87382_SP1, PNP_IO0 | PNP_IRQ0, { 0x07f8, 0 } },
- { &ops, PC87382_GPIO, PNP_IO0 | PNP_IRQ0, { 0xfff0, 0 } },
- { &ops, PC87382_DOCK, PNP_IO0 | PNP_IRQ0, { 0xfffe, 0 } },
+ { &ops, PC87382_IR, PNP_IO0 | PNP_IRQ0 | PNP_DRQ0 | PNP_DRQ1, 0x07f8 },
+ { &ops, PC87382_SP1, PNP_IO0 | PNP_IRQ0, 0x07f8 },
+ { &ops, PC87382_GPIO, PNP_IO0 | PNP_IRQ0, 0xfff0 },
+ { &ops, PC87382_DOCK, PNP_IO0 | PNP_IRQ0, 0xfffe },
};
static void enable_dev(struct device *dev)