summaryrefslogtreecommitdiff
path: root/src/superio/nuvoton/nct6776/superio.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/superio/nuvoton/nct6776/superio.c')
-rw-r--r--src/superio/nuvoton/nct6776/superio.c18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/superio/nuvoton/nct6776/superio.c b/src/superio/nuvoton/nct6776/superio.c
index 85f52cf982..1512d568fb 100644
--- a/src/superio/nuvoton/nct6776/superio.c
+++ b/src/superio/nuvoton/nct6776/superio.c
@@ -51,30 +51,30 @@ static struct device_operations ops = {
static struct pnp_info pnp_dev_info[] = {
{ &ops, NCT6776_FDC, PNP_IO0 | PNP_IRQ0 | PNP_DRQ0,
- {0x0ff8, 0}, },
+ 0x0ff8, },
{ &ops, NCT6776_PP, PNP_IO0 | PNP_IRQ0 | PNP_DRQ0,
- {0x0ff8, 0}, },
+ 0x0ff8, },
{ &ops, NCT6776_SP1, PNP_IO0 | PNP_IRQ0,
- {0x0ff8, 0}, },
+ 0x0ff8, },
{ &ops, NCT6776_SP2, PNP_IO0 | PNP_IRQ0,
- {0x0ff8, 0}, },
+ 0x0ff8, },
{ &ops, NCT6776_KBC, PNP_IO0 | PNP_IO1 | PNP_IRQ0 | PNP_IRQ1,
- {0x0fff, 0}, {0x0fff, 4}, },
+ 0x0fff, 0x0fff, },
{ &ops, NCT6776_CIR, PNP_IO0 | PNP_IRQ0,
- {0x0ff8, 0}, },
+ 0x0ff8, },
{ &ops, NCT6776_ACPI},
{ &ops, NCT6776_HWM_FPLED, PNP_IO0 | PNP_IO1 | PNP_IRQ0,
- {0x0ffe, 0}, {0x0ffe, 4}, },
+ 0x0ffe, 0x0ffe, },
{ &ops, NCT6776_VID},
{ &ops, NCT6776_CIRWKUP, PNP_IO0 | PNP_IRQ0,
- {0x0ff8, 0}, },
+ 0x0ff8, },
{ &ops, NCT6776_GPIO_PP_OD},
{ &ops, NCT6776_SVID},
{ &ops, NCT6776_DSLP},
{ &ops, NCT6776_GPIOA_LDN},
{ &ops, NCT6776_WDT1},
{ &ops, NCT6776_GPIOBASE, PNP_IO0,
- {0x0ff8, 0}, },
+ 0x0ff8, },
{ &ops, NCT6776_GPIO0},
{ &ops, NCT6776_GPIO1},
{ &ops, NCT6776_GPIO2},