summaryrefslogtreecommitdiff
path: root/src/superio/smsc/lpc47b272/superio.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/superio/smsc/lpc47b272/superio.c')
-rw-r--r--src/superio/smsc/lpc47b272/superio.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/superio/smsc/lpc47b272/superio.c b/src/superio/smsc/lpc47b272/superio.c
index 77fadd8a85..7fd1a9d8e1 100644
--- a/src/superio/smsc/lpc47b272/superio.c
+++ b/src/superio/smsc/lpc47b272/superio.c
@@ -126,7 +126,7 @@ static void lpc47b272_pnp_enable(device_t dev)
static void lpc47b272_init(device_t dev)
{
struct superio_smsc_lpc47b272_config *conf = dev->chip_info;
- struct resource *res0, *res1;
+ struct resource *res0;
if (!dev->enabled)
return;
@@ -143,8 +143,6 @@ static void lpc47b272_init(device_t dev)
break;
case LPC47B272_KBC:
- res0 = find_resource(dev, PNP_IDX_IO0);
- res1 = find_resource(dev, PNP_IDX_IO1);
pc_keyboard_init(&conf->keyboard);
break;
}