Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/powerpc/booke Drop unused opt_ddb.h.



details:   https://anonhg.NetBSD.org/src/rev/0fa5954300a3
branches:  trunk
changeset: 935567:0fa5954300a3
user:      rin <rin%NetBSD.org@localhost>
date:      Mon Jul 06 10:11:14 2020 +0000

description:
Drop unused opt_ddb.h.

diffstat:

 sys/arch/powerpc/booke/e500_intr.c |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (21 lines):

diff -r 1dabd7c47aad -r 0fa5954300a3 sys/arch/powerpc/booke/e500_intr.c
--- a/sys/arch/powerpc/booke/e500_intr.c        Mon Jul 06 10:09:23 2020 +0000
+++ b/sys/arch/powerpc/booke/e500_intr.c        Mon Jul 06 10:11:14 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: e500_intr.c,v 1.43 2020/07/06 09:34:16 rin Exp $       */
+/*     $NetBSD: e500_intr.c,v 1.44 2020/07/06 10:11:14 rin Exp $       */
 /*-
  * Copyright (c) 2010, 2011 The NetBSD Foundation, Inc.
  * All rights reserved.
@@ -37,10 +37,9 @@
 #define __INTR_PRIVATE
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: e500_intr.c,v 1.43 2020/07/06 09:34:16 rin Exp $");
+__KERNEL_RCSID(0, "$NetBSD: e500_intr.c,v 1.44 2020/07/06 10:11:14 rin Exp $");
 
 #ifdef _KERNEL_OPT
-#include "opt_ddb.h"
 #include "opt_mpc85xx.h"
 #include "opt_multiprocessor.h"
 #endif



Home | Main Index | Thread Index | Old Index