diff options
Diffstat (limited to 'src/soc/samsung/exynos5250/cbmem.c')
-rw-r--r-- | src/soc/samsung/exynos5250/cbmem.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/samsung/exynos5250/cbmem.c b/src/soc/samsung/exynos5250/cbmem.c index 465032013b..34b5891e58 100644 --- a/src/soc/samsung/exynos5250/cbmem.c +++ b/src/soc/samsung/exynos5250/cbmem.c @@ -19,7 +19,7 @@ #include <stddef.h> #include <cbmem.h> -#include "cpu.h" +#include <soc/cpu.h> void *cbmem_top(void) { |