Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/aarch64/aarch64 KNF



details:   https://anonhg.NetBSD.org/src/rev/e1710b0cf1a3
branches:  trunk
changeset: 447600:e1710b0cf1a3
user:      skrll <skrll%NetBSD.org@localhost>
date:      Fri Jan 18 07:05:36 2019 +0000

description:
KNF

diffstat:

 sys/arch/aarch64/aarch64/aarch64_machdep.c |  13 +++++++------
 1 files changed, 7 insertions(+), 6 deletions(-)

diffs (39 lines):

diff -r 69b1a3008c69 -r e1710b0cf1a3 sys/arch/aarch64/aarch64/aarch64_machdep.c
--- a/sys/arch/aarch64/aarch64/aarch64_machdep.c        Fri Jan 18 07:03:02 2019 +0000
+++ b/sys/arch/aarch64/aarch64/aarch64_machdep.c        Fri Jan 18 07:05:36 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: aarch64_machdep.c,v 1.26 2018/12/27 21:48:01 mrg Exp $ */
+/* $NetBSD: aarch64_machdep.c,v 1.27 2019/01/18 07:05:36 skrll Exp $ */
 
 /*-
  * Copyright (c) 2014 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(1, "$NetBSD: aarch64_machdep.c,v 1.26 2018/12/27 21:48:01 mrg Exp $");
+__KERNEL_RCSID(1, "$NetBSD: aarch64_machdep.c,v 1.27 2019/01/18 07:05:36 skrll Exp $");
 
 #include "opt_arm_debug.h"
 #include "opt_ddb.h"
@@ -41,15 +41,16 @@
 
 #include <sys/param.h>
 #include <sys/types.h>
+#include <sys/asan.h>
 #include <sys/bus.h>
+#include <sys/core.h>
+#include <sys/conf.h>
 #include <sys/kauth.h>
+#include <sys/kcore.h>
 #include <sys/module.h>
 #include <sys/msgbuf.h>
 #include <sys/reboot.h>
-#include <sys/kcore.h>
-#include <sys/core.h>
-#include <sys/conf.h>
-#include <sys/asan.h>
+#include <sys/sysctl.h>
 
 #include <dev/mm.h>
 



Home | Main Index | Thread Index | Old Index