diff options
Diffstat (limited to 'src/southbridge/intel/ibexpeak/thermal.c')
-rw-r--r-- | src/southbridge/intel/ibexpeak/thermal.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/southbridge/intel/ibexpeak/thermal.c b/src/southbridge/intel/ibexpeak/thermal.c index bafc83ba31..ca8492b7b3 100644 --- a/src/southbridge/intel/ibexpeak/thermal.c +++ b/src/southbridge/intel/ibexpeak/thermal.c @@ -19,7 +19,7 @@ #include <device/pci.h> #include <device/pci_ids.h> #include "pch.h" -#include <arch/io.h> +#include <device/mmio.h> #include <device/pci_ops.h> static void thermal_init(struct device *dev) |