summaryrefslogtreecommitdiff
path: root/src/soc/intel/broadwell/pch/sata.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/intel/broadwell/pch/sata.c')
-rw-r--r--src/soc/intel/broadwell/pch/sata.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/intel/broadwell/pch/sata.c b/src/soc/intel/broadwell/pch/sata.c
index 82760aba86..b8ef52714d 100644
--- a/src/soc/intel/broadwell/pch/sata.c
+++ b/src/soc/intel/broadwell/pch/sata.c
@@ -7,11 +7,11 @@
#include <device/pci.h>
#include <device/pci_ids.h>
#include <delay.h>
-#include <soc/iobp.h>
#include <soc/ramstage.h>
#include <soc/rcba.h>
#include <soc/sata.h>
#include <soc/intel/broadwell/pch/chip.h>
+#include <southbridge/intel/lynxpoint/iobp.h>
static inline u32 sir_read(struct device *dev, int idx)
{