diff options
| author | thorpej <thorpej@NetBSD.org> | 2002-10-01 01:37:56 +0000 |
|---|---|---|
| committer | thorpej <thorpej@NetBSD.org> | 2002-10-01 01:37:56 +0000 |
| commit | f02c7869a0ca138b2d5ea658bf6c0af3f5e3f346 (patch) | |
| tree | 77929e681e4681ec648eb5e565e089ede0c79274 /sys/dev | |
| parent | 90c48d256373fb6057235fcae47496d75c2e0206 (diff) | |
Remove unused extern decl of cgsix_sbus_ca.
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/sun/cgsixvar.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/dev/sun/cgsixvar.h b/sys/dev/sun/cgsixvar.h index 804f8c7ca0d..54added6fe3 100644 --- a/sys/dev/sun/cgsixvar.h +++ b/sys/dev/sun/cgsixvar.h @@ -1,4 +1,4 @@ -/* $NetBSD: cgsixvar.h,v 1.3 2002/09/27 20:41:51 thorpej Exp $ */ +/* $NetBSD: cgsixvar.h,v 1.4 2002/10/01 01:37:56 thorpej Exp $ */ /*- * Copyright (c) 1998 The NetBSD Foundation, Inc. @@ -78,7 +78,4 @@ extern int cgsix_use_rasterconsole; #define cgsix_use_rasterconsole 0 #endif -/* XXX - export sbus attach struct for overloaded obio bus */ -extern const struct cfattach cgsix_sbus_ca; - void cg6attach(struct cgsix_softc *, char *, int); |
