diff options
Diffstat (limited to 'src/soc/cavium/cn81xx/cpu.c')
-rw-r--r-- | src/soc/cavium/cn81xx/cpu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/cavium/cn81xx/cpu.c b/src/soc/cavium/cn81xx/cpu.c index b655d8a0ed..6c1d006cf1 100644 --- a/src/soc/cavium/cn81xx/cpu.c +++ b/src/soc/cavium/cn81xx/cpu.c @@ -15,7 +15,7 @@ #include <types.h> #include <soc/addressmap.h> -#include <arch/io.h> +#include <device/mmio.h> #include <soc/cpu.h> #include <bdk-coreboot.h> #include <console/console.h> |