Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/arm/samsung Remove old trustzone headerfile inclusion



details:   https://anonhg.NetBSD.org/src/rev/5c18e4bf4921
branches:  trunk
changeset: 328691:5c18e4bf4921
user:      reinoud <reinoud%NetBSD.org@localhost>
date:      Sun Apr 13 20:49:36 2014 +0000

description:
Remove old trustzone headerfile inclusion

diffstat:

 sys/arch/arm/samsung/exynos_soc.c |  7 ++-----
 1 files changed, 2 insertions(+), 5 deletions(-)

diffs (28 lines):

diff -r e247547f7098 -r 5c18e4bf4921 sys/arch/arm/samsung/exynos_soc.c
--- a/sys/arch/arm/samsung/exynos_soc.c Sun Apr 13 20:47:20 2014 +0000
+++ b/sys/arch/arm/samsung/exynos_soc.c Sun Apr 13 20:49:36 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: exynos_soc.c,v 1.2 2014/04/13 20:45:25 reinoud Exp $   */
+/*     $NetBSD: exynos_soc.c,v 1.3 2014/04/13 20:49:36 reinoud Exp $   */
 /*-
  * Copyright (c) 2014 The NetBSD Foundation, Inc.
  * All rights reserved.
@@ -33,7 +33,7 @@
 #define        _ARM32_BUS_DMA_PRIVATE
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(1, "$NetBSD: exynos_soc.c,v 1.2 2014/04/13 20:45:25 reinoud Exp $");
+__KERNEL_RCSID(1, "$NetBSD: exynos_soc.c,v 1.3 2014/04/13 20:49:36 reinoud Exp $");
 
 #include <sys/param.h>
 #include <sys/bus.h>
@@ -49,9 +49,6 @@
 
 #include <arm/mainbus/mainbus.h>
 #include <arm/cortex/mpcore_var.h>
-#ifdef ARM_TRUSTZONE_FIRMWARE
-#include <arm/trustzone/firmware.h>
-#endif
 
 #include <arm/samsung/exynos_reg.h>
 #include <arm/samsung/exynos_var.h>



Home | Main Index | Thread Index | Old Index