diff options
author | Kazutaka YOKOTA <yokota@FreeBSD.org> | 1999-10-06 13:03:09 +0000 |
---|---|---|
committer | Kazutaka YOKOTA <yokota@FreeBSD.org> | 1999-10-06 13:03:09 +0000 |
commit | afa239de676eb896550d5730c6c802ea2ba3d63b (patch) | |
tree | b18e9c5cb2bef64ce6a25f6c44111671329b3004 /sys/i386/isa/mse.c | |
parent | 5d5198c72fa7d257a0f2bd3eb307161da84ee035 (diff) |
- Remove cdevsw_add().
Notes
Notes:
svn path=/head/; revision=51966
Diffstat (limited to 'sys/i386/isa/mse.c')
-rw-r--r-- | sys/i386/isa/mse.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/i386/isa/mse.c b/sys/i386/isa/mse.c index 5f9f2c071523..332e020333d8 100644 --- a/sys/i386/isa/mse.c +++ b/sys/i386/isa/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. */ |