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/cgeight.c | |
parent | 7f3ab48125689ccbb4a6397690807b5a01a6ebdf (diff) |
cdev_decl cleanup; jason@ ok
Diffstat (limited to 'sys/arch/sparc/dev/cgeight.c')
-rw-r--r-- | sys/arch/sparc/dev/cgeight.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/arch/sparc/dev/cgeight.c b/sys/arch/sparc/dev/cgeight.c index 20843f89697..bfc361f659b 100644 --- a/sys/arch/sparc/dev/cgeight.c +++ b/sys/arch/sparc/dev/cgeight.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cgeight.c,v 1.9 1998/11/20 15:57:21 deraadt Exp $ */ +/* $OpenBSD: cgeight.c,v 1.10 2001/08/17 13:52:28 mickey Exp $ */ /* $NetBSD: cgeight.c,v 1.13 1997/05/24 20:16:04 pk Exp $ */ /* @@ -95,9 +95,6 @@ static int cgeightmatch(struct device *, void *, void *); static void cgeightunblank __P((struct device *)); #endif -/* cdevsw prototypes */ -cdev_decl(cgeight); - struct cfattach cgeight_ca = { sizeof(struct cgeight_softc), cgeightmatch, cgeightattach }; |