diff options
Diffstat (limited to 'src/superio/smsc/lpc47m10x')
-rw-r--r-- | src/superio/smsc/lpc47m10x/superio.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/superio/smsc/lpc47m10x/superio.c b/src/superio/smsc/lpc47m10x/superio.c index a836e64f34..05449bd97d 100644 --- a/src/superio/smsc/lpc47m10x/superio.c +++ b/src/superio/smsc/lpc47m10x/superio.c @@ -71,7 +71,6 @@ static struct pnp_info pnp_dev_info[] = { { &ops, LPC47M10X2_SP1, PNP_IO0 | PNP_IRQ0, { 0x7f8, 0 }, }, { &ops, LPC47M10X2_SP2, PNP_IO0 | PNP_IRQ0, { 0x7f8, 0 }, }, { &ops, LPC47M10X2_KBC, PNP_IO0 | PNP_IO1 | PNP_IRQ0 | PNP_IRQ1, { 0x7ff, 0 }, { 0x7ff, 0x4}, }, - { &ops, LPC47M10X2_RT, PNP_IO0, { 0x780, 0 }, }, }; /**********************************************************************************/ |