Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/tc G/c extern reference to ioasic_cd.



details:   https://anonhg.NetBSD.org/src/rev/1b45d0c2cfc2
branches:  trunk
changeset: 537096:1b45d0c2cfc2
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Thu Sep 26 20:37:42 2002 +0000

description:
G/c extern reference to ioasic_cd.

diffstat:

 sys/dev/tc/zs_ioasic.c |  6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diffs (27 lines):

diff -r 1ca736a9ece8 -r 1b45d0c2cfc2 sys/dev/tc/zs_ioasic.c
--- a/sys/dev/tc/zs_ioasic.c    Thu Sep 26 20:36:51 2002 +0000
+++ b/sys/dev/tc/zs_ioasic.c    Thu Sep 26 20:37:42 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: zs_ioasic.c,v 1.13 2002/09/26 18:30:54 thorpej Exp $ */
+/* $NetBSD: zs_ioasic.c,v 1.14 2002/09/26 20:37:42 thorpej Exp $ */
 
 /*-
  * Copyright (c) 1996, 1998 The NetBSD Foundation, Inc.
@@ -48,7 +48,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: zs_ioasic.c,v 1.13 2002/09/26 18:30:54 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: zs_ioasic.c,v 1.14 2002/09/26 20:37:42 thorpej Exp $");
 
 #include "opt_ddb.h"
 #include "opt_kgdb.h"
@@ -204,8 +204,6 @@
 int    zs_ioasic_hardintr __P((void *));
 void   zs_ioasic_softintr __P((void *));
 
-extern struct cfdriver ioasic_cd;
-
 /*
  * Is the zs chip present?
  */



Home | Main Index | Thread Index | Old Index