mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
Remove unneeded call to cdevsw_add()
This commit is contained in:
parent
f8be0f6af6
commit
4bdc9660e5
1 changed files with 0 additions and 4 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Reference in a new issue