summaryrefslogtreecommitdiff
path: root/sys/dev/wscons/wsdisplay.c
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>2002-04-30 23:01:56 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>2002-04-30 23:01:56 +0000
commiteacda5c40d023a2eeba3af596d0bcf1e58409a9e (patch)
tree7d1da34317773b405fa97ec656d22a0b94abc612 /sys/dev/wscons/wsdisplay.c
parent4f39617127b95cf4ad240547ddc3457f5f044376 (diff)
cdev_decl is done in conf.h, do not dupe here
Diffstat (limited to 'sys/dev/wscons/wsdisplay.c')
-rw-r--r--sys/dev/wscons/wsdisplay.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/dev/wscons/wsdisplay.c b/sys/dev/wscons/wsdisplay.c
index e83ad68a370..e6d4e30e197 100644
--- a/sys/dev/wscons/wsdisplay.c
+++ b/sys/dev/wscons/wsdisplay.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: wsdisplay.c,v 1.42 2002/03/31 17:34:15 jason Exp $ */
+/* $OpenBSD: wsdisplay.c,v 1.43 2002/04/30 23:01:55 mickey Exp $ */
/* $NetBSD: wsdisplay.c,v 1.37.4.1 2000/06/30 16:27:53 simonb Exp $ */
/*
@@ -211,9 +211,6 @@ struct cfattach wsdisplay_noemul_ca = {
wsdisplay_noemul_attach,
};
-/* Exported tty- and cdevsw-related functions. */
-cdev_decl(wsdisplay);
-
void wsdisplaystart(struct tty *);
int wsdisplayparam(struct tty *, struct termios *);