Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/ic Remove inclusion of unused machine/cpufunc.h, it ...



details:   https://anonhg.NetBSD.org/src/rev/c568243751fb
branches:  trunk
changeset: 521813:c568243751fb
user:      pooka <pooka%NetBSD.org@localhost>
date:      Wed Feb 06 14:50:42 2002 +0000

description:
Remove inclusion of unused machine/cpufunc.h, it doesn't belong here anyways.

diffstat:

 sys/dev/ic/interwave.c |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r e67bbaa31e9c -r c568243751fb sys/dev/ic/interwave.c
--- a/sys/dev/ic/interwave.c    Wed Feb 06 12:51:13 2002 +0000
+++ b/sys/dev/ic/interwave.c    Wed Feb 06 14:50:42 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: interwave.c,v 1.14 2001/11/13 13:14:38 lukem Exp $     */
+/*     $NetBSD: interwave.c,v 1.15 2002/02/06 14:50:42 pooka Exp $     */
 
 /*
  * Copyright (c) 1997, 1999 The NetBSD Foundation, Inc.
@@ -36,7 +36,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: interwave.c,v 1.14 2001/11/13 13:14:38 lukem Exp $");
+__KERNEL_RCSID(0, "$NetBSD: interwave.c,v 1.15 2002/02/06 14:50:42 pooka Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -53,7 +53,6 @@
 #include <machine/cpu.h>
 #include <machine/intr.h>
 #include <machine/pio.h>
-#include <machine/cpufunc.h>
 #include <sys/audioio.h>
 #include <dev/audio_if.h>
 #include <dev/mulaw.h>



Home | Main Index | Thread Index | Old Index