Module Name: src Committed By: skrll Date: Thu Dec 21 08:28:55 UTC 2017
Modified Files: src/sys/arch/evbarm/fdt: fdt_machdep.c Log Message: Remove unnecessary #include To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/sys/arch/evbarm/fdt/fdt_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/fdt/fdt_machdep.c diff -u src/sys/arch/evbarm/fdt/fdt_machdep.c:1.18 src/sys/arch/evbarm/fdt/fdt_machdep.c:1.19 --- src/sys/arch/evbarm/fdt/fdt_machdep.c:1.18 Thu Dec 14 11:39:31 2017 +++ src/sys/arch/evbarm/fdt/fdt_machdep.c Thu Dec 21 08:28:55 2017 @@ -1,4 +1,4 @@ -/* $NetBSD: fdt_machdep.c,v 1.18 2017/12/14 11:39:31 martin Exp $ */ +/* $NetBSD: fdt_machdep.c,v 1.19 2017/12/21 08:28:55 skrll Exp $ */ /*- * Copyright (c) 2015-2017 Jared McNeill <jmcne...@invisible.ca> @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: fdt_machdep.c,v 1.18 2017/12/14 11:39:31 martin Exp $"); +__KERNEL_RCSID(0, "$NetBSD: fdt_machdep.c,v 1.19 2017/12/21 08:28:55 skrll Exp $"); #include "opt_machdep.h" #include "opt_ddb.h" @@ -64,7 +64,6 @@ __KERNEL_RCSID(0, "$NetBSD: fdt_machdep. #include <machine/bootconfig.h> #include <arm/armreg.h> -#include <arm/undefined.h> #include <arm/arm32/machdep.h>