This, ladies and gentlement, is commit #4000.
[coreboot.git] / src / northbridge / intel / i855pm / northbridge.c
index a0259e72f35701130da179390c6822f0916759d0..60648542aebe203e58fa8b2c4586fd5519a78d8d 100644 (file)
@@ -3,6 +3,8 @@
 #include <stdint.h>
 #include <device/device.h>
 #include <device/pci.h>
+#include <device/pci_ids.h>
+#include <cpu/cpu.h>
 #include <stdlib.h>
 #include <string.h>
 #include <bitops.h>
@@ -13,7 +15,6 @@
 static void pci_domain_read_resources(device_t dev)
 {
         struct resource *resource;
-        unsigned reg;
 
         /* Initialize the system wide io space constraints */
         resource = new_resource(dev, IOINDEX_SUBTRACTIVE(0, 0));