Module Name:    src
Committed By:   rin
Date:           Mon Jul  6 10:34:23 UTC 2020

Modified Files:
        src/sys/arch/powerpc/ibm4xx: ibm4xx_machdep.c
        src/sys/arch/powerpc/oea: oea_machdep.c

Log Message:
Drop unused opt_compat_netbsd.h include.


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 src/sys/arch/powerpc/ibm4xx/ibm4xx_machdep.c
cvs rdiff -u -r1.80 -r1.81 src/sys/arch/powerpc/oea/oea_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/powerpc/ibm4xx/ibm4xx_machdep.c
diff -u src/sys/arch/powerpc/ibm4xx/ibm4xx_machdep.c:1.30 src/sys/arch/powerpc/ibm4xx/ibm4xx_machdep.c:1.31
--- src/sys/arch/powerpc/ibm4xx/ibm4xx_machdep.c:1.30	Mon Jul  6 09:34:16 2020
+++ src/sys/arch/powerpc/ibm4xx/ibm4xx_machdep.c	Mon Jul  6 10:34:23 2020
@@ -1,4 +1,4 @@
-/*	$NetBSD: ibm4xx_machdep.c,v 1.30 2020/07/06 09:34:16 rin Exp $	*/
+/*	$NetBSD: ibm4xx_machdep.c,v 1.31 2020/07/06 10:34:23 rin Exp $	*/
 /*	Original: ibm40x_machdep.c,v 1.3 2005/01/17 17:19:36 shige Exp $ */
 
 /*
@@ -68,12 +68,11 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ibm4xx_machdep.c,v 1.30 2020/07/06 09:34:16 rin Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ibm4xx_machdep.c,v 1.31 2020/07/06 10:34:23 rin Exp $");
 
 #include "ksyms.h"
 
 #ifdef _KERNEL_OPT
-#include "opt_compat_netbsd.h"
 #include "opt_ddb.h"
 #include "opt_kgdb.h"
 #include "opt_modular.h"

Index: src/sys/arch/powerpc/oea/oea_machdep.c
diff -u src/sys/arch/powerpc/oea/oea_machdep.c:1.80 src/sys/arch/powerpc/oea/oea_machdep.c:1.81
--- src/sys/arch/powerpc/oea/oea_machdep.c:1.80	Mon Jul  6 09:34:17 2020
+++ src/sys/arch/powerpc/oea/oea_machdep.c	Mon Jul  6 10:34:23 2020
@@ -1,4 +1,4 @@
-/*	$NetBSD: oea_machdep.c,v 1.80 2020/07/06 09:34:17 rin Exp $	*/
+/*	$NetBSD: oea_machdep.c,v 1.81 2020/07/06 10:34:23 rin Exp $	*/
 
 /*
  * Copyright (C) 2002 Matt Thomas
@@ -33,11 +33,10 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: oea_machdep.c,v 1.80 2020/07/06 09:34:17 rin Exp $");
+__KERNEL_RCSID(0, "$NetBSD: oea_machdep.c,v 1.81 2020/07/06 10:34:23 rin Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_altivec.h"
-#include "opt_compat_netbsd.h"
 #include "opt_ddb.h"
 #include "opt_kgdb.h"
 #include "opt_multiprocessor.h"

Reply via email to