1. This patch adds CAR for Intel P6 series processors.
[coreboot.git] / src / southbridge / intel / i82801dx / i82801dx_tco_timer.c
index 1d4d7640a1b08f6f55cdb492d6f39b5ea92d937c..a778d0851d266fe9bffeb9e2d96123a354fa229b 100644 (file)
 
 static void i82801dx_halt_tco_timer(void)
 {
-       device_t dev;
-       uint16_t halt_tco_timer;
-
        /* Set the LPC device statically. */
-       dev = PCI_DEV(0x0, 0x1f, 0x0);
+       device_t dev = PCI_DEV(0x0, 0x1f, 0x0);
 
        /* Temporarily set ACPI base address (I/O space). */
        pci_write_config32(dev, PMBASE, (PMBASE_ADDR | 1));