diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2001-11-04 08:44:49 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2001-11-04 08:44:49 +0000 |
| commit | 4bdc9660e5e84c13fbcc594f765b7cdbe75f255d (patch) | |
| tree | bdb71760a53a5489a8f0e7465b395f1bcb8b33ba | |
| parent | f8be0f6af6dc42d9ab51d31ffea0fcd183b6b995 (diff) | |
Notes
| -rw-r--r-- | sys/pci/meteor.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/pci/meteor.c b/sys/pci/meteor.c index 4c701c4cc266..9020d677be3f 100644 --- a/sys/pci/meteor.c +++ b/sys/pci/meteor.c @@ -532,10 +532,6 @@ register int err = 0; static const char * met_probe (pcici_t tag, pcidi_t type) { - static int once; - - if (!once++) - cdevsw_add(&meteor_cdevsw); switch (type) { case SAA7116_PHILIPS_ID: /* meteor */ |
