Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/evbmips/cavium Don't include now non-existant "opt_...



details:   https://anonhg.NetBSD.org/src/rev/3f35f5efc88c
branches:  trunk
changeset: 934792:3f35f5efc88c
user:      simonb <simonb%NetBSD.org@localhost>
date:      Fri Jun 19 12:38:53 2020 +0000

description:
Don't include now non-existant "opt_cavium.h".

diffstat:

 sys/arch/evbmips/cavium/machdep.c |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (21 lines):

diff -r b9addb914379 -r 3f35f5efc88c sys/arch/evbmips/cavium/machdep.c
--- a/sys/arch/evbmips/cavium/machdep.c Fri Jun 19 12:24:39 2020 +0000
+++ b/sys/arch/evbmips/cavium/machdep.c Fri Jun 19 12:38:53 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: machdep.c,v 1.14 2020/06/15 07:48:12 simonb Exp $      */
+/*     $NetBSD: machdep.c,v 1.15 2020/06/19 12:38:53 simonb Exp $      */
 
 /*
  * Copyright 2001, 2002 Wasabi Systems, Inc.
@@ -112,10 +112,9 @@
  */
 
 #include "opt_multiprocessor.h"
-#include "opt_cavium.h"
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.14 2020/06/15 07:48:12 simonb Exp $");
+__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.15 2020/06/19 12:38:53 simonb Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>



Home | Main Index | Thread Index | Old Index