Module Name: src Committed By: reinoud Date: Sun Apr 13 20:53:35 UTC 2014
Modified Files: src/sys/arch/evbarm/odroid: odroid_machdep.c Log Message: Remove old trustzone headerfile inclusion To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/arch/evbarm/odroid/odroid_machdep.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/evbarm/odroid/odroid_machdep.c diff -u src/sys/arch/evbarm/odroid/odroid_machdep.c:1.3 src/sys/arch/evbarm/odroid/odroid_machdep.c:1.4 --- src/sys/arch/evbarm/odroid/odroid_machdep.c:1.3 Sun Apr 13 20:45:25 2014 +++ src/sys/arch/evbarm/odroid/odroid_machdep.c Sun Apr 13 20:53:35 2014 @@ -1,4 +1,4 @@ -/* $NetBSD: odroid_machdep.c,v 1.3 2014/04/13 20:45:25 reinoud Exp $ */ +/* $NetBSD: odroid_machdep.c,v 1.4 2014/04/13 20:53:35 reinoud Exp $ */ /* * Copyright (c) 2014 The NetBSD Foundation, Inc. @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: odroid_machdep.c,v 1.3 2014/04/13 20:45:25 reinoud Exp $"); +__KERNEL_RCSID(0, "$NetBSD: odroid_machdep.c,v 1.4 2014/04/13 20:53:35 reinoud Exp $"); #include "opt_evbarm_boardtype.h" #include "opt_exynos.h" @@ -76,9 +76,6 @@ __KERNEL_RCSID(0, "$NetBSD: odroid_machd #include <machine/bootconfig.h> #include <arm/armreg.h> #include <arm/undefined.h> -#ifdef ARM_TRUSTZONE_FIRMWARE -#include <arm/trustzone/firmware.h> -#endif #include <arm/cortex/pl310_var.h> #include <arm/arm32/machdep.h>