diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2001-08-12 20:20:43 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2001-08-12 20:20:43 +0000 |
commit | 4fa868dc108c5c4b4ac4786c269928fe57fab7ad (patch) | |
tree | d6e94d51f8da565eab0379217017b989be08b81c | |
parent | 3674fcac57bf49172f97777704cd36088476acc0 (diff) |
wsmux does not need to be cdev_decl'ed here
-rw-r--r-- | sys/arch/hppa/hppa/conf.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/hppa/hppa/conf.c b/sys/arch/hppa/hppa/conf.c index 931fe9939ac..1726bfc6f35 100644 --- a/sys/arch/hppa/hppa/conf.c +++ b/sys/arch/hppa/hppa/conf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: conf.c,v 1.13 2001/08/06 22:34:43 mickey Exp $ */ +/* $OpenBSD: conf.c,v 1.14 2001/08/12 20:20:42 mickey Exp $ */ /*- * Copyright (c) 1991 The Regents of the University of California. @@ -100,7 +100,6 @@ cdev_decl(mm); #include "wskbd.h" #include "wsmouse.h" #include "wsmux.h" -cdev_decl(wsmux); #include "bpfilter.h" #include "tun.h" |