aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/dpaa/if_dtsec.c
diff options
context:
space:
mode:
authorJustin Hibbits <jhibbits@FreeBSD.org>2016-11-16 05:24:42 +0000
committerJustin Hibbits <jhibbits@FreeBSD.org>2016-11-16 05:24:42 +0000
commitb2f831c009880656999df62b1258d98494634783 (patch)
tree24c5b48b0621af97d7fcae59906b5fa6c575e058 /sys/dev/dpaa/if_dtsec.c
parent5d76308275fe5e0542c563483c21d452e11d53f4 (diff)
Notes
Diffstat (limited to 'sys/dev/dpaa/if_dtsec.c')
-rw-r--r--sys/dev/dpaa/if_dtsec.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/dev/dpaa/if_dtsec.c b/sys/dev/dpaa/if_dtsec.c
index e29d89adb624..38f27fc847c3 100644
--- a/sys/dev/dpaa/if_dtsec.c
+++ b/sys/dev/dpaa/if_dtsec.c
@@ -582,8 +582,6 @@ dtsec_attach(device_t dev)
if (XX_MallocSmartInit() != E_OK)
return (ENXIO);
- XX_TrackInit();
-
/* Init locks */
mtx_init(&sc->sc_lock, device_get_nameunit(dev),
"DTSEC Global Lock", MTX_DEF);