Remove unneeded call to cdevsw_add()

This commit is contained in:
Poul-Henning Kamp 2001-11-04 08:44:49 +00:00
parent f8be0f6af6
commit 4bdc9660e5

View file

@ -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 */