diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2001-08-17 13:52:30 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2001-08-17 13:52:30 +0000 |
commit | 66f2341a7cfd33fad27d4d2414319371c9367adb (patch) | |
tree | acee04601e8bd10be96760b24f7459f4718c78eb /sys/arch/sparc/dev/cgsix.c | |
parent | 7f3ab48125689ccbb4a6397690807b5a01a6ebdf (diff) |
cdev_decl cleanup; jason@ ok
Diffstat (limited to 'sys/arch/sparc/dev/cgsix.c')
-rw-r--r-- | sys/arch/sparc/dev/cgsix.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/arch/sparc/dev/cgsix.c b/sys/arch/sparc/dev/cgsix.c index d6f9a6c4e0b..580f687c54b 100644 --- a/sys/arch/sparc/dev/cgsix.c +++ b/sys/arch/sparc/dev/cgsix.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cgsix.c,v 1.14 2001/05/10 10:34:43 art Exp $ */ +/* $OpenBSD: cgsix.c,v 1.15 2001/08/17 13:52:28 mickey Exp $ */ /* $NetBSD: cgsix.c,v 1.33 1997/08/07 19:12:30 pk Exp $ */ /* @@ -126,9 +126,6 @@ static void cgsixattach __P((struct device *, struct device *, void *)); static int cgsixmatch __P((struct device *, void *, void *)); static void cg6_unblank __P((struct device *)); -/* cdevsw prototypes */ -cdev_decl(cgsix); - struct cfattach cgsix_ca = { sizeof(struct cgsix_softc), cgsixmatch, cgsixattach }; |