Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/arm/arm One #include "opt_cputypes.h" is enough for...



details:   https://anonhg.NetBSD.org/src/rev/9b5424acb5a5
branches:  trunk
changeset: 950777:9b5424acb5a5
user:      skrll <skrll%NetBSD.org@localhost>
date:      Sun Jan 31 05:59:55 2021 +0000

description:
One #include "opt_cputypes.h" is enough for anyone

diffstat:

 sys/arch/arm/arm/cpufunc.c |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r b77501d04a1a -r 9b5424acb5a5 sys/arch/arm/arm/cpufunc.c
--- a/sys/arch/arm/arm/cpufunc.c        Sun Jan 31 04:51:29 2021 +0000
+++ b/sys/arch/arm/arm/cpufunc.c        Sun Jan 31 05:59:55 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: cpufunc.c,v 1.179 2020/12/01 02:46:19 rin Exp $        */
+/*     $NetBSD: cpufunc.c,v 1.180 2021/01/31 05:59:55 skrll Exp $      */
 
 /*
  * arm7tdmi support code Copyright (c) 2001 John Fremlin
@@ -49,7 +49,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: cpufunc.c,v 1.179 2020/12/01 02:46:19 rin Exp $");
+__KERNEL_RCSID(0, "$NetBSD: cpufunc.c,v 1.180 2021/01/31 05:59:55 skrll Exp $");
 
 #include "opt_arm_start.h"
 #include "opt_compat_netbsd.h"
@@ -90,7 +90,6 @@
 #endif
 
 #if defined(CPU_PJ4B)
-#include "opt_cputypes.h"
 #include "opt_mvsoc.h"
 #include <machine/bus_defs.h>
 #if defined(ARMADAXP)



Home | Main Index | Thread Index | Old Index