aboutsummaryrefslogtreecommitdiff
path: root/src/soc/samsung/exynos5420/cbmem.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/samsung/exynos5420/cbmem.c')
-rw-r--r--src/soc/samsung/exynos5420/cbmem.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/soc/samsung/exynos5420/cbmem.c b/src/soc/samsung/exynos5420/cbmem.c
index 465032013b..9c095d3eed 100644
--- a/src/soc/samsung/exynos5420/cbmem.c
+++ b/src/soc/samsung/exynos5420/cbmem.c
@@ -17,9 +17,9 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
-#include <stddef.h>
#include <cbmem.h>
-#include "cpu.h"
+#include <soc/cpu.h>
+#include <stddef.h>
void *cbmem_top(void)
{