Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/evbppc/obs405 - Explicitly include <sys/param.h>.
details: https://anonhg.NetBSD.org/src/rev/4bcf01404b54
branches: trunk
changeset: 960837:4bcf01404b54
user: rin <rin%NetBSD.org@localhost>
date: Tue Mar 30 04:11:29 2021 +0000
description:
- Explicitly include <sys/param.h>.
- G/C headers.
- Sort headers.
No binary changes.
diffstat:
sys/arch/evbppc/obs405/obs266_autoconf.c | 10 ++++------
1 files changed, 4 insertions(+), 6 deletions(-)
diffs (32 lines):
diff -r 769fbe2a90ea -r 4bcf01404b54 sys/arch/evbppc/obs405/obs266_autoconf.c
--- a/sys/arch/evbppc/obs405/obs266_autoconf.c Tue Mar 30 04:08:02 2021 +0000
+++ b/sys/arch/evbppc/obs405/obs266_autoconf.c Tue Mar 30 04:11:29 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: obs266_autoconf.c,v 1.9 2021/03/29 13:38:31 rin Exp $ */
+/* $NetBSD: obs266_autoconf.c,v 1.10 2021/03/30 04:11:29 rin Exp $ */
/*
* Copyright 2004 Shigeyuki Fukushima.
@@ -33,19 +33,17 @@
* DAMAGE.
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: obs266_autoconf.c,v 1.9 2021/03/29 13:38:31 rin Exp $");
+__KERNEL_RCSID(0, "$NetBSD: obs266_autoconf.c,v 1.10 2021/03/30 04:11:29 rin Exp $");
+#include <sys/param.h>
+#include <sys/device.h>
#include <sys/systm.h>
-#include <sys/device.h>
-#include <sys/cpu.h>
#include <machine/obs266.h>
#include <powerpc/ibm4xx/cpu.h>
#include <powerpc/ibm4xx/dcr4xx.h>
-#include <dev/ic/comreg.h>
-
/*
* Determine device configuration for a machine.
*/
Home |
Main Index |
Thread Index |
Old Index