Module Name:    src
Committed By:   marty
Date:           Sat Dec 12 21:57:40 UTC 2015

Modified Files:
        src/sys/arch/arm/samsung: exynos_soc.c

Log Message:
XU4: Fix build

missed a dependency on evbarm/odroid that should have been evbarm/exynos.


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 src/sys/arch/arm/samsung/exynos_soc.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/arm/samsung/exynos_soc.c
diff -u src/sys/arch/arm/samsung/exynos_soc.c:1.29 src/sys/arch/arm/samsung/exynos_soc.c:1.30
--- src/sys/arch/arm/samsung/exynos_soc.c:1.29	Fri Dec 11 04:03:44 2015
+++ src/sys/arch/arm/samsung/exynos_soc.c	Sat Dec 12 21:57:40 2015
@@ -1,4 +1,4 @@
-/*	$NetBSD: exynos_soc.c,v 1.29 2015/12/11 04:03:44 marty Exp $	*/
+/*	$NetBSD: exynos_soc.c,v 1.30 2015/12/12 21:57:40 marty Exp $	*/
 
 /*-
  * Copyright (c) 2014 The NetBSD Foundation, Inc.
@@ -34,7 +34,7 @@
 #define	_ARM32_BUS_DMA_PRIVATE
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(1, "$NetBSD: exynos_soc.c,v 1.29 2015/12/11 04:03:44 marty Exp $");
+__KERNEL_RCSID(1, "$NetBSD: exynos_soc.c,v 1.30 2015/12/12 21:57:40 marty Exp $");
 
 #include <sys/param.h>
 #include <sys/bus.h>
@@ -60,7 +60,7 @@ __KERNEL_RCSID(1, "$NetBSD: exynos_soc.c
 #include <arm/cortex/pl310_reg.h>
 
 /* XXXNH */
-#include <evbarm/odroid/platform.h>
+#include <evbarm/exynos/platform.h>
 
 
 /* these variables are retrieved in start.S and stored in .data */

Reply via email to