Module Name:    src
Committed By:   skrll
Date:           Sat Jun  6 09:03:59 UTC 2020

Modified Files:
        src/sys/arch/arm/arm32: arm32_boot.c

Log Message:
KNF


To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 src/sys/arch/arm/arm32/arm32_boot.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/arm32/arm32_boot.c
diff -u src/sys/arch/arm/arm32/arm32_boot.c:1.37 src/sys/arch/arm/arm32/arm32_boot.c:1.38
--- src/sys/arch/arm/arm32/arm32_boot.c:1.37	Sat Feb 15 08:16:11 2020
+++ src/sys/arch/arm/arm32/arm32_boot.c	Sat Jun  6 09:03:59 2020
@@ -1,4 +1,4 @@
-/*	$NetBSD: arm32_boot.c,v 1.37 2020/02/15 08:16:11 skrll Exp $	*/
+/*	$NetBSD: arm32_boot.c,v 1.38 2020/06/06 09:03:59 skrll Exp $	*/
 
 /*
  * Copyright (c) 2002, 2003, 2005  Genetec Corporation.  All rights reserved.
@@ -122,7 +122,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(1, "$NetBSD: arm32_boot.c,v 1.37 2020/02/15 08:16:11 skrll Exp $");
+__KERNEL_RCSID(1, "$NetBSD: arm32_boot.c,v 1.38 2020/06/06 09:03:59 skrll Exp $");
 
 #include "opt_arm_debug.h"
 #include "opt_cputypes.h"
@@ -131,11 +131,12 @@ __KERNEL_RCSID(1, "$NetBSD: arm32_boot.c
 #include "opt_multiprocessor.h"
 
 #include <sys/param.h>
-#include <sys/reboot.h>
-#include <sys/cpu.h>
-#include <sys/intr.h>
+
 #include <sys/atomic.h>
+#include <sys/cpu.h>
 #include <sys/device.h>
+#include <sys/intr.h>
+#include <sys/reboot.h>
 
 #include <uvm/uvm_extern.h>
 

Reply via email to