diff options
Diffstat (limited to 'src/soc/cavium/cn81xx/clock.c')
-rw-r--r-- | src/soc/cavium/cn81xx/clock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/cavium/cn81xx/clock.c b/src/soc/cavium/cn81xx/clock.c index 02f152f223..452574030a 100644 --- a/src/soc/cavium/cn81xx/clock.c +++ b/src/soc/cavium/cn81xx/clock.c @@ -14,7 +14,7 @@ * GNU General Public License for more details. */ #include <soc/clock.h> -#include <arch/io.h> +#include <device/mmio.h> #include <soc/addressmap.h> #define PLL_REF_CLK 50000000 /* 50 MHz */ |