aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/broadwell/chip.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/intel/broadwell/chip.c')
-rw-r--r--src/soc/intel/broadwell/chip.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/soc/intel/broadwell/chip.c b/src/soc/intel/broadwell/chip.c
index eecb0cf1ea..00261522ce 100644
--- a/src/soc/intel/broadwell/chip.c
+++ b/src/soc/intel/broadwell/chip.c
@@ -20,9 +20,9 @@
#include <console/console.h>
#include <device/device.h>
#include <device/pci.h>
-#include <broadwell/pci_devs.h>
-#include <broadwell/ramstage.h>
-#include <chip.h>
+#include <soc/pci_devs.h>
+#include <soc/ramstage.h>
+#include <soc/intel/broadwell/chip.h>
static void pci_domain_set_resources(device_t dev)
{