Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/powerpc/oea Drop unused opt_ppcparam.h.



details:   https://anonhg.NetBSD.org/src/rev/7a7789dc7a27
branches:  trunk
changeset: 935589:7a7789dc7a27
user:      rin <rin%NetBSD.org@localhost>
date:      Mon Jul 06 10:58:06 2020 +0000

description:
Drop unused opt_ppcparam.h.

diffstat:

 sys/arch/powerpc/oea/cpu_speedctl.c |  8 ++------
 1 files changed, 2 insertions(+), 6 deletions(-)

diffs (22 lines):

diff -r 658b821456d8 -r 7a7789dc7a27 sys/arch/powerpc/oea/cpu_speedctl.c
--- a/sys/arch/powerpc/oea/cpu_speedctl.c       Mon Jul 06 10:57:03 2020 +0000
+++ b/sys/arch/powerpc/oea/cpu_speedctl.c       Mon Jul 06 10:58:06 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: cpu_speedctl.c,v 1.2 2020/07/06 09:34:17 rin Exp $ */
+/*     $NetBSD: cpu_speedctl.c,v 1.3 2020/07/06 10:58:06 rin Exp $ */
 
 /*-
  * Copyright (c) 2006 Michael Lorenz
@@ -27,11 +27,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: cpu_speedctl.c,v 1.2 2020/07/06 09:34:17 rin Exp $");
-
-#ifdef _KERNEL_OPT
-#include "opt_ppcparam.h"
-#endif
+__KERNEL_RCSID(0, "$NetBSD: cpu_speedctl.c,v 1.3 2020/07/06 10:58:06 rin Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>



Home | Main Index | Thread Index | Old Index