Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/isa Don't include <i386/isa/icu.h>



details:   https://anonhg.NetBSD.org/src/rev/044c6227e6a4
branches:  trunk
changeset: 540332:044c6227e6a4
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Tue Dec 10 05:05:11 2002 +0000

description:
Don't include <i386/isa/icu.h>

diffstat:

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

diffs (26 lines):

diff -r 5285e47ce786 -r 044c6227e6a4 sys/dev/isa/aria.c
--- a/sys/dev/isa/aria.c        Tue Dec 10 01:09:09 2002 +0000
+++ b/sys/dev/isa/aria.c        Tue Dec 10 05:05:11 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: aria.c,v 1.15 2002/10/02 03:10:45 thorpej Exp $        */
+/*     $NetBSD: aria.c,v 1.16 2002/12/10 05:05:11 thorpej Exp $        */
 
 /*-
  * Copyright (c) 1995, 1996, 1998 Roland C. Dowdeswell.  All rights reserved.
@@ -50,7 +50,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: aria.c,v 1.15 2002/10/02 03:10:45 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: aria.c,v 1.16 2002/12/10 05:05:11 thorpej Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -70,7 +70,6 @@
 
 #include <dev/mulaw.h>
 #include <dev/isa/isavar.h>
-#include <i386/isa/icu.h>
 
 #include <dev/isa/ariareg.h>
 



Home | Main Index | Thread Index | Old Index