From eacda5c40d023a2eeba3af596d0bcf1e58409a9e Mon Sep 17 00:00:00 2001 From: Michael Shalayeff Date: Tue, 30 Apr 2002 23:01:56 +0000 Subject: cdev_decl is done in conf.h, do not dupe here --- sys/dev/wscons/wsmux.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'sys/dev/wscons/wsmux.c') 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 = { -- cgit v1.2.3