diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2002-04-30 23:01:56 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2002-04-30 23:01:56 +0000 |
commit | eacda5c40d023a2eeba3af596d0bcf1e58409a9e (patch) | |
tree | 7d1da34317773b405fa97ec656d22a0b94abc612 /sys/dev/wscons/wsmux.c | |
parent | 4f39617127b95cf4ad240547ddc3457f5f044376 (diff) |
cdev_decl is done in conf.h, do not dupe here
Diffstat (limited to 'sys/dev/wscons/wsmux.c')
-rw-r--r-- | sys/dev/wscons/wsmux.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/wscons/wsmux.c b/sys/dev/wscons/wsmux.c index 5fee87a8c01..93218db9b4f 100644 --- a/sys/dev/wscons/wsmux.c +++ b/sys/dev/wscons/wsmux.c @@ -1,4 +1,4 @@ -/* $OpenBSD: wsmux.c,v 1.8 2002/03/14 01:27:03 millert Exp $ */ +/* $OpenBSD: wsmux.c,v 1.9 2002/04/30 23:01:55 mickey Exp $ */ /* $NetBSD: wsmux.c,v 1.9 2000/05/28 10:33:14 takemura Exp $ */ /* @@ -92,8 +92,6 @@ int wsmux_set_display(struct device *, struct wsmux_softc *); int wsmux_isset_display(struct device *); #if NWSMUX > 0 -cdev_decl(wsmux); - void wsmuxattach(int); struct wsmuxops wsmux_muxops = { |