summaryrefslogtreecommitdiffstats
path: root/sys/pci/if_xl.c
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2008-05-28 15:34:29 +0000
committerjhb <jhb@FreeBSD.org>2008-05-28 15:34:29 +0000
commit3f5ef1985aed85300427485a566e0142032d88b4 (patch)
treef7668117dce4422d9379af469c6fb15d3fa05e78 /sys/pci/if_xl.c
parent518b3fa5fc5109203bc1f0ca1cff09c91329c70d (diff)
downloadFreeBSD-src-3f5ef1985aed85300427485a566e0142032d88b4.zip
FreeBSD-src-3f5ef1985aed85300427485a566e0142032d88b4.tar.gz
Remove unused 'xl_unit' member from softc.
Diffstat (limited to 'sys/pci/if_xl.c')
-rw-r--r--sys/pci/if_xl.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/pci/if_xl.c b/sys/pci/if_xl.c
index 05038e1..341f628 100644
--- a/sys/pci/if_xl.c
+++ b/sys/pci/if_xl.c
@@ -1327,7 +1327,6 @@ xl_attach(device_t dev)
goto fail;
}
- sc->xl_unit = unit;
callout_init_mtx(&sc->xl_stat_callout, &sc->xl_mtx, 0);
TASK_INIT(&sc->xl_task, 0, xl_rxeof_task, sc);
OpenPOWER on IntegriCloud