summaryrefslogtreecommitdiff
path: root/sys/pci
diff options
context:
space:
mode:
Diffstat (limited to 'sys/pci')
-rw-r--r--sys/pci/if_sis.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/pci/if_sis.c b/sys/pci/if_sis.c
index bb502f498287..62b4b508f0ae 100644
--- a/sys/pci/if_sis.c
+++ b/sys/pci/if_sis.c
@@ -1374,8 +1374,6 @@ sis_attach(dev)
goto fail;
}
- callout_handle_init(&sc->sis_stat_ch);
-
/*
* Call MI attach routine.
*/
@@ -1748,8 +1746,6 @@ sis_tick(xsc)
sis_start(ifp);
}
- sc->sis_stat_ch = timeout(sis_tick, sc, hz);
-
SIS_UNLOCK(sc);
return;