Module Name: src Committed By: skrll Date: Fri Dec 18 07:21:58 UTC 2020
Modified Files: src/sys/arch/evbarm/fdt: fdt_machdep.c Log Message: KNF To generate a diff of this commit: cvs rdiff -u -r1.83 -r1.84 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.83 src/sys/arch/evbarm/fdt/fdt_machdep.c:1.84 --- src/sys/arch/evbarm/fdt/fdt_machdep.c:1.83 Sat Dec 12 09:27:31 2020 +++ src/sys/arch/evbarm/fdt/fdt_machdep.c Fri Dec 18 07:21:58 2020 @@ -1,4 +1,4 @@ -/* $NetBSD: fdt_machdep.c,v 1.83 2020/12/12 09:27:31 skrll Exp $ */ +/* $NetBSD: fdt_machdep.c,v 1.84 2020/12/18 07:21:58 skrll Exp $ */ /*- * Copyright (c) 2015-2017 Jared McNeill <jmcne...@invisible.ca> @@ -27,16 +27,16 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: fdt_machdep.c,v 1.83 2020/12/12 09:27:31 skrll Exp $"); +__KERNEL_RCSID(0, "$NetBSD: fdt_machdep.c,v 1.84 2020/12/18 07:21:58 skrll Exp $"); -#include "opt_machdep.h" +#include "opt_arm_debug.h" #include "opt_bootconfig.h" +#include "opt_cpuoptions.h" #include "opt_ddb.h" +#include "opt_efi.h" +#include "opt_machdep.h" #include "opt_md.h" -#include "opt_arm_debug.h" #include "opt_multiprocessor.h" -#include "opt_cpuoptions.h" -#include "opt_efi.h" #include "genfb.h" #include "ukbd.h"