Module Name: src
Committed By: skrll
Date: Thu Oct 1 06:59:34 UTC 2020
Modified Files:
src/sys/arch/alpha/alpha: mcclock.c
Log Message:
KNF
To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/sys/arch/alpha/alpha/mcclock.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/alpha/alpha/mcclock.c
diff -u src/sys/arch/alpha/alpha/mcclock.c:1.19 src/sys/arch/alpha/alpha/mcclock.c:1.20
--- src/sys/arch/alpha/alpha/mcclock.c:1.19 Tue Sep 29 01:20:59 2020
+++ src/sys/arch/alpha/alpha/mcclock.c Thu Oct 1 06:59:34 2020
@@ -1,4 +1,4 @@
-/* $NetBSD: mcclock.c,v 1.19 2020/09/29 01:20:59 thorpej Exp $ */
+/* $NetBSD: mcclock.c,v 1.20 2020/10/01 06:59:34 skrll Exp $ */
/*
* Copyright (c) 1994, 1995, 1996 Carnegie-Mellon University.
@@ -29,17 +29,17 @@
#include <sys/cdefs.h> /* RCS ID & Copyright macro defns */
-__KERNEL_RCSID(0, "$NetBSD: mcclock.c,v 1.19 2020/09/29 01:20:59 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: mcclock.c,v 1.20 2020/10/01 06:59:34 skrll Exp $");
#include "opt_clock_compat_osf1.h"
#include <sys/param.h>
-#include <sys/kernel.h>
-#include <sys/systm.h>
+#include <sys/bus.h>
#include <sys/device.h>
+#include <sys/kernel.h>
#include <sys/lwp.h>
+#include <sys/systm.h>
-#include <sys/bus.h>
#include <machine/cpu_counter.h>
#include <dev/clock_subr.h>