diff options
Diffstat (limited to 'src/superio/nuvoton/nct6776/superio.c')
-rw-r--r-- | src/superio/nuvoton/nct6776/superio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/superio/nuvoton/nct6776/superio.c b/src/superio/nuvoton/nct6776/superio.c index d58fe03748..5c6c26b623 100644 --- a/src/superio/nuvoton/nct6776/superio.c +++ b/src/superio/nuvoton/nct6776/superio.c @@ -69,7 +69,7 @@ static struct pnp_info pnp_dev_info[] = { { &ops, NCT6776_DSLP}, { &ops, NCT6776_GPIOA_LDN}, { &ops, NCT6776_WDT1}, - { &ops, NCT6776_GPIOBASE, PNP_IO0 | PNP_IRQ0, {0x0ff8, 0}, }, + { &ops, NCT6776_GPIOBASE, PNP_IO0, {0x0ff8, 0}, }, { &ops, NCT6776_GPIO0}, { &ops, NCT6776_GPIO1}, { &ops, NCT6776_GPIO2}, |