diff options
Diffstat (limited to 'src/superio/nuvoton/nct6791d/superio.c')
-rw-r--r-- | src/superio/nuvoton/nct6791d/superio.c | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/src/superio/nuvoton/nct6791d/superio.c b/src/superio/nuvoton/nct6791d/superio.c index f0da0367e2..f66689eb56 100644 --- a/src/superio/nuvoton/nct6791d/superio.c +++ b/src/superio/nuvoton/nct6791d/superio.c @@ -51,27 +51,27 @@ static struct device_operations ops = { static struct pnp_info pnp_dev_info[] = { { &ops, NCT6791D_PP, PNP_IO0 | PNP_IRQ0 | PNP_DRQ0, - {0x0ff8, 0}, }, + 0x0ff8, }, { &ops, NCT6791D_SP1, PNP_IO0 | PNP_IRQ0, - {0x0ff8, 0}, }, + 0x0ff8, }, { &ops, NCT6791D_SP2, PNP_IO0 | PNP_IRQ0, - {0x0ff8, 0}, }, + 0x0ff8, }, { &ops, NCT6791D_KBC, PNP_IO0 | PNP_IO1 | PNP_IRQ0 | PNP_IRQ1, - {0x0fff, 0}, {0x0fff, 4}, }, + 0x0fff, 0x0fff, }, { &ops, NCT6791D_CIR, PNP_IO0 | PNP_IRQ0, - {0x0ff8, 0}, }, + 0x0ff8, }, { &ops, NCT6791D_ACPI}, { &ops, NCT6791D_HWM_FPLED, PNP_IO0 | PNP_IO1 | PNP_IRQ0, - {0x0ffe, 0}, {0x0ffe, 4}, }, + 0x0ffe, 0x0ffe, }, { &ops, NCT6791D_BCLK_WDT2_WDTMEM}, { &ops, NCT6791D_CIRWUP, PNP_IO0 | PNP_IRQ0, - {0x0ff8, 0}, }, + 0x0ff8, }, { &ops, NCT6791D_GPIO_PP_OD}, { &ops, NCT6791D_PORT80}, { &ops, NCT6791D_WDT1}, { &ops, NCT6791D_WDTMEM}, { &ops, NCT6791D_GPIOBASE, PNP_IO0, - {0x0ff8, 0}, }, + 0x0ff8, }, { &ops, NCT6791D_GPIO0}, { &ops, NCT6791D_GPIO1}, { &ops, NCT6791D_GPIO2}, |