aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mse
diff options
context:
space:
mode:
authorKazutaka YOKOTA <yokota@FreeBSD.org>1999-10-06 13:03:09 +0000
committerKazutaka YOKOTA <yokota@FreeBSD.org>1999-10-06 13:03:09 +0000
commitafa239de676eb896550d5730c6c802ea2ba3d63b (patch)
treeb18e9c5cb2bef64ce6a25f6c44111671329b3004 /sys/dev/mse
parent5d5198c72fa7d257a0f2bd3eb307161da84ee035 (diff)
downloadsrc-afa239de676eb896550d5730c6c802ea2ba3d63b.tar.gz
src-afa239de676eb896550d5730c6c802ea2ba3d63b.zip
- Remove cdevsw_add().
Notes
Notes: svn path=/head/; revision=51966
Diffstat (limited to 'sys/dev/mse')
-rw-r--r--sys/dev/mse/mse.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/dev/mse/mse.c b/sys/dev/mse/mse.c
index 5f9f2c071523..332e020333d8 100644
--- a/sys/dev/mse/mse.c
+++ b/sys/dev/mse/mse.c
@@ -234,10 +234,7 @@ mseprobe(idp)
{
register struct mse_softc *sc = &mse_sc[idp->id_unit];
register int i;
- static int once;
- if (!once++)
- cdevsw_add(&mse_cdevsw);
/*
* Check for each mouse type in the table.
*/