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/p9100.c | |
parent | 7f3ab48125689ccbb4a6397690807b5a01a6ebdf (diff) |
cdev_decl cleanup; jason@ ok
Diffstat (limited to 'sys/arch/sparc/dev/p9100.c')
-rw-r--r-- | sys/arch/sparc/dev/p9100.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/arch/sparc/dev/p9100.c b/sys/arch/sparc/dev/p9100.c index 466dff38066..78dbb603241 100644 --- a/sys/arch/sparc/dev/p9100.c +++ b/sys/arch/sparc/dev/p9100.c @@ -1,4 +1,4 @@ -/* $OpenBSD: p9100.c,v 1.3 1999/09/07 02:58:49 jason Exp $ */ +/* $OpenBSD: p9100.c,v 1.4 2001/08/17 13:52:29 mickey Exp $ */ /* * Copyright (c) 1999 Jason L. Wright (jason@thought.net) @@ -83,9 +83,6 @@ void p9100attach(struct device *, struct device *, void *); int p9100match(struct device *, void *, void *); void p9100unblank(struct device *); -/* cdevsw prototypes */ -cdev_decl(p9100); - struct cfattach pnozz_ca = { sizeof(struct p9100_softc), p9100match, p9100attach }; |