diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2001-11-04 08:58:22 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2001-11-04 08:58:22 +0000 |
| commit | 8fb6b299560d5b03e8b1e8c781221186402b693e (patch) | |
| tree | 1f26cc7374accb5a09a8b855028b1c1fc442a215 /sys/dev/mcd/mcd.c | |
| parent | d7297990faf822614095097f043753c75b53f19c (diff) | |
Notes
Diffstat (limited to 'sys/dev/mcd/mcd.c')
| -rw-r--r-- | sys/dev/mcd/mcd.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/dev/mcd/mcd.c b/sys/dev/mcd/mcd.c index f295a4386aff8..8531475358557 100644 --- a/sys/dev/mcd/mcd.c +++ b/sys/dev/mcd/mcd.c @@ -730,10 +730,6 @@ mcd_probe(struct isa_device *dev) int unit = dev->id_unit; int i, j; unsigned char stbytes[3]; - static int once; - - if (!once++) - cdevsw_add(&mcd_cdevsw); mcd_data[unit].flags = MCDPROBING; |
