aboutsummaryrefslogtreecommitdiff
path: root/src/northbridge/intel/i855pm/northbridge.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/northbridge/intel/i855pm/northbridge.c')
-rw-r--r--src/northbridge/intel/i855pm/northbridge.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/northbridge/intel/i855pm/northbridge.c b/src/northbridge/intel/i855pm/northbridge.c
index a0259e72f3..85adf4f417 100644
--- a/src/northbridge/intel/i855pm/northbridge.c
+++ b/src/northbridge/intel/i855pm/northbridge.c
@@ -3,6 +3,7 @@
#include <stdint.h>
#include <device/device.h>
#include <device/pci.h>
+#include <device/pci_ids.h>
#include <stdlib.h>
#include <string.h>
#include <bitops.h>
@@ -13,7 +14,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));